Skip to content

Commit 16c1264

Browse files
committed
trailing comma
1 parent ef9edec commit 16c1264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module.exports = {
268268
},
269269
stats: {
270270
warnings: false,
271-
errors: true
271+
errors: true,
272272
},
273273
}),
274274
],

0 commit comments

Comments
 (0)