Skip to content

Commit 1d4e45f

Browse files
committed
fix: setting ignoreBuildErrors back to true
1 parent 876f6ff commit 1d4e45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-devtools/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const nextConfig = {
88
// Dangerously allow production builds to successfully complete even if
99
// your project has type errors.
1010
// !! WARN !!
11-
ignoreBuildErrors: process.env.NODE_ENV === 'development',
11+
ignoreBuildErrors: true,
1212
},
1313
webpack(config) {
1414
// Grab the existing rule that handles SVG imports

0 commit comments

Comments
 (0)