mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 14:05:25 +00:00
ignore css order
This commit is contained in:
parent
37fa4ed17f
commit
85ae690493
@ -31,6 +31,9 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
css: {
|
||||
extract: { ignoreOrder: true },
|
||||
},
|
||||
chainWebpack: (config) => {
|
||||
config.plugin("html").tap((args) => {
|
||||
args[0].title = "Apache SkyWalking";
|
||||
|
Loading…
Reference in New Issue
Block a user