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: {