diff --git a/client/webpack.local.config.js b/client/webpack.local.config.js index 700841f6e..db9f958cb 100644 --- a/client/webpack.local.config.js +++ b/client/webpack.local.config.js @@ -47,6 +47,7 @@ module.exports = { // by the dev server for dynamic hot loading. output: { path: path.join(__dirname, 'build/'), + publicPath: 'http://' + WEBPACK_SERVER_HOST + ':4041/build/', filename: '[name].js' },