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 5bb050a48d - Show all commits

View file

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