mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 13:15:24 +00:00
update title
This commit is contained in:
parent
c110ee7cc5
commit
0e5e643169
@ -26,6 +26,10 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
chainWebpack: (config) => {
|
||||
config.plugin("html").tap((args) => {
|
||||
args[0].title = "SkyWalking";
|
||||
return args;
|
||||
});
|
||||
const svgRule = config.module.rule("svg");
|
||||
svgRule.uses.clear();
|
||||
svgRule
|
||||
|
Loading…
Reference in New Issue
Block a user