Using a proper webpack module id

pull/1/head
WolverinDEV 2021-03-19 01:39:24 +01:00
parent 6a79237b51
commit 5bb050a48d
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ class SvgSpriteModule extends Module {
return `SVG sprite ` + this.configName;
}
libIdent() {
return "svg-sprite/" + this.configName;
}
needBuild(context, callback) {
context.fileSystemInfo.getContextHash(this.config.folder, (error, hash) => {
if(error) {