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.
module
1 parent fd38277 commit ab038caCopy full SHA for ab038ca
packages/react-scripts/config/webpack.config.js
@@ -644,6 +644,7 @@ module.exports = function(webpackEnv) {
644
// Some libraries import Node modules but don't use them in the browser.
645
// Tell Webpack to provide empty mocks for them so importing them works.
646
node: {
647
+ module: 'empty',
648
dgram: 'empty',
649
fs: 'empty',
650
net: 'empty',
0 commit comments