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, } }