webpack-v5 #1
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ class SvgSpriteModule extends Module {
|
||||||
}
|
}
|
||||||
|
|
||||||
identifier() {
|
identifier() {
|
||||||
return "svg-sprite/" + this.configName;
|
return this.pluginConfig.modulePrefix + this.configName;
|
||||||
}
|
}
|
||||||
|
|
||||||
readableIdentifier() {
|
readableIdentifier() {
|
||||||
|
@ -73,7 +73,7 @@ class SvgSpriteModule extends Module {
|
||||||
}
|
}
|
||||||
|
|
||||||
libIdent() {
|
libIdent() {
|
||||||
return "svg-sprite/" + this.configName;
|
return this.pluginConfig.modulePrefix + this.configName;
|
||||||
}
|
}
|
||||||
|
|
||||||
needBuild(context, callback) {
|
needBuild(context, callback) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue