We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b4283b + 5f2b823 commit f2b63c7Copy full SHA for f2b63c7
index.js
@@ -67,7 +67,7 @@ UglifyWriter.prototype.build = function () {
67
writer.processFile(inFile, outFile, relativePath, writer.outputPath);
68
} else if (relativePath.slice(-4) === '.map') {
69
if (writer.excludes.match(relativePath.slice(0, -4) + '.js')) {
70
- // ensure .map files for excldue JS paths are also copied forward
+ // ensure .map files for excluded JS paths are also copied forward
71
symlinkOrCopy.sync(inFile, outFile);
72
}
73
// skip, because it will get handled when its corresponding JS does
0 commit comments