diff --git a/lib/compiler.js b/lib/compiler.js index 61d68d7..fbffd48 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -661,7 +661,7 @@ function getExcludedExtensions() { return { '.json': '.json', '.node': 'node', - '.map': '.map' + '.map': '.map', }; }