fix public path
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user