Skip to content

Commit

Permalink
fix(app): fix webpack.make.js typos
Browse files Browse the repository at this point in the history
Fixed two comma typos in webpack.make.js which caused problems when calling 'npm run start:client' on some node/npm versions
  • Loading branch information
Unknown committed Mar 17, 2018
1 parent 3a02f1f commit cd7ca7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/app/webpack.make.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ module.exports = function makeWebpackConfig(options) {
<%_ if(!filters.flow) { -%>
comments: false<% } %>
},<% } %>
}),
})
];

if(!TEST) {
Expand Down Expand Up @@ -320,7 +320,7 @@ module.exports = function makeWebpackConfig(options) {
compress: {
warnings: false
}
}),
})
);
}

Expand Down

0 comments on commit cd7ca7b

Please sign in to comment.