We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdc7fe commit 6d6fc92Copy full SHA for 6d6fc92
packages/react-scripts/config/webpack.config.dev.js
@@ -345,6 +345,7 @@ module.exports = {
345
fs: 'empty',
346
net: 'empty',
347
tls: 'empty',
348
+ child_process: 'empty',
349
},
350
// Turn off performance hints during development because we don't do any
351
// splitting or minification in interest of speed. These warnings become
packages/react-scripts/config/webpack.config.prod.js
@@ -454,5 +454,6 @@ module.exports = {
454
455
456
457
458
459
};
0 commit comments