From 230d3ad4a8fa6fe7879b1f963e5dc3895d7833db Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 18 Jan 2022 13:43:14 +0800 Subject: [PATCH] name change --- webpack/webpack.css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.css.js b/webpack/webpack.css.js index 5951cf09a..0028f7a26 100644 --- a/webpack/webpack.css.js +++ b/webpack/webpack.css.js @@ -10,7 +10,7 @@ const attachments = require("./attachments"); module.exports = merge.smart(common, { mode: "production", entry: { - [`2.0/${process.env.LESS_FILE_NAME}`]: attachments.bundleCss, + [`2.0/${process.env.LESS_FILE_NAME}.min`]: attachments.bundleCss, }, output: {