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:
parent
b46d7e8f6f
commit
d6284f171b
|
@ -61,7 +61,6 @@ function runCompiler (compiler) {
|
|||
}
|
||||
|
||||
for (const warning of stat.compilation.warnings) {
|
||||
buildFailed = true
|
||||
console.warn('WARNING', warning)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue