fix public path

This commit is contained in:
Gabe Yuan
2023-08-06 22:22:09 +08:00
parent 165d133047
commit 8fd6085a09
3 changed files with 3 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ const webWebpack = (config, env) => {
};
config.output.filename = "[name].js";
config.output.publicPath = "./";
config.plugins = config.plugins.filter(
(plugin) => !names.includes(plugin.constructor.name)