diff --git a/plugin/plugin.ts b/plugin/plugin.ts index 5ba5d2f..a8638a6 100644 --- a/plugin/plugin.ts +++ b/plugin/plugin.ts @@ -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) {