diff --git a/webpack.config.js b/webpack.config.js index 9fc3cd1b..ff40374e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -58,7 +58,8 @@ module.exports = () => { { test: /\.less$/, use: [ - { loader: isDevelopment ? 'style-loader' : MiniCssExtractPlugin.loader }, + // { loader: isDevelopment ? 'style-loader' : MiniCssExtractPlugin.loader }, + { loader: MiniCssExtractPlugin.loader }, // { loader: 'css-loader' }, { loader: 'css-loader',