Skip to content

Commit cc2f56b

Browse files
committed
sigh
1 parent 39f2182 commit cc2f56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-error-overlay/webpack.config.iframe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
},
2727
plugins: [
2828
new webpack.DefinePlugin({
29-
// We set process.env.NODE_ENV to 'production' so that React is build
29+
// We set process.env.NODE_ENV to 'production' so that React is built
3030
// in production mode.
3131
'process.env': { NODE_ENV: '"production"' },
3232
// This prevents our bundled React from accidentally hijacking devtools.

0 commit comments

Comments
 (0)