diff --git a/lib/module.js b/lib/module.js index b583dbd088..ff3780184d 100755 --- a/lib/module.js +++ b/lib/module.js @@ -33,7 +33,7 @@ class Module { } // Generate unique and human readable dst filename const dst = template.fileName || - (path.basename(srcPath.dir) + '.' + srcPath.name + '.' + hash(src) + '.' + srcPath.ext) + (path.basename(srcPath.dir) + '.' + srcPath.name + '.' + hash(src) + srcPath.ext) // Add to templates list const templateObj = { src,