Skip to content

Commit e40bbca

Browse files
committed
chore(webpack) renamed NoErrorsPlugin to NoEmitOnErrorsPlugin
1 parent 8ab9d74 commit e40bbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = function (config) {
5454
},
5555
plugins: [
5656
new webpack.IgnorePlugin(/\.json$/),
57-
new webpack.NoErrorsPlugin(),
57+
new webpack.NoEmitOnErrorsPlugin(),
5858
new webpack.DefinePlugin({
5959
__CLIENT__: true,
6060
__SERVER__: false,

0 commit comments

Comments
 (0)