1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Don’t fail build on webpack warning (#5622)

This commit is contained in:
Tim Neutkens 2018-11-07 18:38:37 +01:00 committed by GitHub
parent b46d7e8f6f
commit d6284f171b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,6 @@ function runCompiler (compiler) {
}
for (const warning of stat.compilation.warnings) {
buildFailed = true
console.warn('WARNING', warning)
}
}