From fe185b0bc2aeea72b43676bb9bf965549b26397d Mon Sep 17 00:00:00 2001 From: Tatsuya Itakura Date: Thu, 8 Dec 2016 08:39:00 +0900 Subject: [PATCH] Add exclude node_modules. --- lib/install/config/shared.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/install/config/shared.js b/lib/install/config/shared.js index 1129a4bce..be1e3dfd0 100644 --- a/lib/install/config/shared.js +++ b/lib/install/config/shared.js @@ -14,6 +14,7 @@ module.exports = { { test: /\.coffee$/, loader: "coffee-loader" }, { test: /\.js$/, + exclude: /node_modules/, loader: 'babel-loader', query: { presets: ['es2015']