Add WarningsToErrorsPlugin to webpack to avoid missing build problems on CI (#9647)

This commit is contained in:
Daniel Tschinder
2019-03-07 15:44:36 -08:00
committed by GitHub
parent 7c909e822f
commit b2b96e0b15
3 changed files with 8 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"warnings-to-errors-webpack-plugin": "^2.0.0",
"webpack": "^3.4.1",
"webpack-dependency-suite": "^2.4.4",
"webpack-stream": "^4.0.0"