From 2c60462ee903146209c20b17a6d897755f8e2f7d Mon Sep 17 00:00:00 2001 From: muerwre Date: Sun, 25 Aug 2019 21:08:30 +0700 Subject: [PATCH] css hash --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',