diff --git a/lib/compiler.js b/lib/compiler.js index 7ba166e..5591729 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -662,6 +662,7 @@ function getExcludedExtensions() { return { '.json': '.json', '.node': 'node', + '.map': '.map', }; }