Skip to content

Commit

Permalink
Add empty mock for dns (facebook#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Downchuck authored and mrmckeb committed Feb 5, 2019
1 parent dea19fd commit bacb440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ module.exports = function(webpackEnv) {
node: {
module: 'empty',
dgram: 'empty',
dns: 'mock',
fs: 'empty',
net: 'empty',
tls: 'empty',
Expand Down

0 comments on commit bacb440

Please sign in to comment.