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";