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