Skip to content

Commit 0ab3037

Browse files
authored
Merge pull request #2700 from albert-92/fixes-5.0.0rc1
fix(app): fix webpack.make.js typos
2 parents 3a02f1f + cd7ca7b commit 0ab3037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/app/webpack.make.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module.exports = function makeWebpackConfig(options) {
268268
<%_ if(!filters.flow) { -%>
269269
comments: false<% } %>
270270
},<% } %>
271-
}),
271+
})
272272
];
273273

274274
if(!TEST) {
@@ -320,7 +320,7 @@ module.exports = function makeWebpackConfig(options) {
320320
compress: {
321321
warnings: false
322322
}
323-
}),
323+
})
324324
);
325325
}
326326

0 commit comments

Comments
 (0)