Skip to content

Commit

Permalink
Add exclude node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
itkrt2y committed Dec 7, 2016
1 parent 1d514b8 commit fe185b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install/config/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
{ test: /\.coffee$/, loader: "coffee-loader" },
{
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
query: {
presets: ['es2015']
Expand Down

0 comments on commit fe185b0

Please sign in to comment.