diff --git a/templates/app/webpack.make.js b/templates/app/webpack.make.js index 8743ab4e2..f9d264da6 100644 --- a/templates/app/webpack.make.js +++ b/templates/app/webpack.make.js @@ -268,7 +268,7 @@ module.exports = function makeWebpackConfig(options) { <%_ if(!filters.flow) { -%> comments: false<% } %> },<% } %> - }), + }) ]; if(!TEST) { @@ -320,7 +320,7 @@ module.exports = function makeWebpackConfig(options) { compress: { warnings: false } - }), + }) ); }