From aac777fbc81540b50f84134579d85f51c253e8e6 Mon Sep 17 00:00:00 2001 From: Dominik Tomasi Date: Mon, 12 Jun 2017 12:47:48 +0200 Subject: [PATCH] fixing eslint -> Missing trailing comma --- lib/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }; }