diff --git a/webpack.common.config.js b/webpack.common.config.js index cf2519c49561..1ea0f5b5ea1c 100644 --- a/webpack.common.config.js +++ b/webpack.common.config.js @@ -35,6 +35,7 @@ var workerConfig = function() { // eslint-disable-next-line global-require entry: require('../workers.json'), output: { + publicPath: "", // https://stackoverflow.com/a/65272040 filename: '[name].js', path: path.resolve(__dirname, 'common/static/bundles') },