ignore css order

This commit is contained in:
Qiuxia Fan 2022-04-11 16:20:50 +08:00
parent 37fa4ed17f
commit 85ae690493

View File

@ -31,6 +31,9 @@ module.exports = {
},
},
},
css: {
extract: { ignoreOrder: true },
},
chainWebpack: (config) => {
config.plugin("html").tap((args) => {
args[0].title = "Apache SkyWalking";