diff --git a/lib/module.js b/lib/module.js index 0a18a5286b..d2e059ffea 100755 --- a/lib/module.js +++ b/lib/module.js @@ -31,8 +31,8 @@ class Module { return } // Generate unique and human readable dst filename - const dst = template.dst || - ((template.dstName || (path.basename(srcPath.dir) + '.' + srcPath.name)) + '.' + hash(src) + (template.dstExt || srcPath.ext)) + const dst = template.fileName || + (path.basename(srcPath.dir) + '.' + srcPath.name + '.' + hash(src) + '.' + srcPath.ext) // Add to templates list const templateObj = {