We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a02f1f commit cd7ca7bCopy full SHA for cd7ca7b
1 file changed
templates/app/webpack.make.js
@@ -268,7 +268,7 @@ module.exports = function makeWebpackConfig(options) {
268
<%_ if(!filters.flow) { -%>
269
comments: false<% } %>
270
},<% } %>
271
- }),
+ })
272
];
273
274
if(!TEST) {
@@ -320,7 +320,7 @@ module.exports = function makeWebpackConfig(options) {
320
compress: {
321
warnings: false
322
}
323
324
);
325
326
0 commit comments