diff --git a/webpack.common.config.js b/webpack.common.config.js index 9a5122f9fd..2fd71bddee 100644 --- a/webpack.common.config.js +++ b/webpack.common.config.js @@ -126,6 +126,7 @@ module.exports = Merge.smart({ }, output: { + publicPath: "", // https://stackoverflow.com/a/65272040 path: path.resolve(__dirname, 'common/static/bundles'), library: { type: 'window'