diff --git a/webpack.common.js b/webpack.common.js index 7b4cefd6a..90789d63f 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -396,7 +396,12 @@ module.exports = { }, { test: /\.css$/, use: [ - MiniCssExtractPlugin.loader, + { + loader: MiniCssExtractPlugin.loader, + options: { + publicPath: '', + } + }, 'css-loader' ] }, {