From a55959f4f764f2f0156696e7d3bf3a2c2546074a Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:06:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DMINI-CSS-EXTRACT-PLUGI?= =?UTF-8?q?N=20=E6=8F=92=E4=BB=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 0731a4626a..459a5938bd 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -100,6 +100,9 @@ module.exports = { sass: { prependData: `@import "@/style/index.scss"` } + }, + extract: { + ignoreOrder: true, } }