Skip to content

Commit d6284f1

Browse files
authored
Don’t fail build on webpack warning (vercel#5622)
1 parent b46d7e8 commit d6284f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/next/build/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ function runCompiler (compiler) {
6161
}
6262

6363
for (const warning of stat.compilation.warnings) {
64-
buildFailed = true
6564
console.warn('WARNING', warning)
6665
}
6766
}

0 commit comments

Comments
 (0)