We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876f6ff commit 1d4e45fCopy full SHA for 1d4e45f
web-devtools/next.config.mjs
@@ -8,7 +8,7 @@ const nextConfig = {
8
// Dangerously allow production builds to successfully complete even if
9
// your project has type errors.
10
// !! WARN !!
11
- ignoreBuildErrors: process.env.NODE_ENV === 'development',
+ ignoreBuildErrors: true,
12
},
13
webpack(config) {
14
// Grab the existing rule that handles SVG imports
0 commit comments