webpack-v5 #1

Merged
gapodo merged 13 commits from webpack-v5 into master 2023-11-15 23:01:27 +01:00
Showing only changes of commit fcd4cf7b35 - Show all commits

View file

@ -65,7 +65,7 @@ class SvgSpriteModule extends Module {
}
identifier() {
return "svg-sprite/" + this.configName;
return this.pluginConfig.modulePrefix + this.configName;
}
readableIdentifier() {
@ -73,7 +73,7 @@ class SvgSpriteModule extends Module {
}
libIdent() {
return "svg-sprite/" + this.configName;
return this.pluginConfig.modulePrefix + this.configName;
}
needBuild(context, callback) {