update title

This commit is contained in:
Qiuxia Fan 2022-03-28 10:06:54 +08:00
parent c110ee7cc5
commit 0e5e643169

View File

@ -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