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 12cb344 commit 030cecfCopy full SHA for 030cecf
packages/react-scripts/config/webpack.config.dev.js
@@ -271,6 +271,7 @@ module.exports = {
271
fs: 'empty',
272
net: 'empty',
273
tls: 'empty',
274
+ child_process: 'empty',
275
},
276
// Turn off performance hints during development because we don't do any
277
// splitting or minification in interest of speed. These warnings become
packages/react-scripts/config/webpack.config.prod.js
@@ -350,5 +350,6 @@ module.exports = {
350
351
352
353
354
355
};
0 commit comments