Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit b05181d

Browse files
authored
Fix: remove the URL from webpack config
The URL variable was unused
1 parent 7e06186 commit b05181d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webpack.config.babel.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ const ROOT_PATH = path.resolve(__dirname);
88
const env = process.env.NODE_ENV || 'development';
99
const PORT = process.env.PORT || 8080;
1010
const HOST = '0.0.0.0'; // Set to localhost if need be.
11-
const URL = `http://${HOST}:${PORT}`
12-
13-
1411

1512
module.exports = {
1613
devtool: process.env.NODE_ENV === 'production' ? '' : 'source-map',

0 commit comments

Comments
 (0)