We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f2182 commit cc2f56bCopy full SHA for cc2f56b
packages/react-error-overlay/webpack.config.iframe.js
@@ -26,7 +26,7 @@ module.exports = {
26
},
27
plugins: [
28
new webpack.DefinePlugin({
29
- // We set process.env.NODE_ENV to 'production' so that React is build
+ // We set process.env.NODE_ENV to 'production' so that React is built
30
// in production mode.
31
'process.env': { NODE_ENV: '"production"' },
32
// This prevents our bundled React from accidentally hijacking devtools.
0 commit comments