From 85ae690493d38c2e919ee551b05bb1362b2afe1c Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 11 Apr 2022 16:20:50 +0800 Subject: [PATCH] ignore css order --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 14d98ed7..43c81883 100644 --- a/vue.config.js +++ b/vue.config.js @@ -31,6 +31,9 @@ module.exports = { }, }, }, + css: { + extract: { ignoreOrder: true }, + }, chainWebpack: (config) => { config.plugin("html").tap((args) => { args[0].title = "Apache SkyWalking";