Skip to content

Commit

Permalink
Add empty mock for http2
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Feb 11, 2019
1 parent 1548e39 commit 6c9053b
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 @@ -656,6 +656,7 @@ module.exports = function(webpackEnv) {
dgram: 'empty',
dns: 'mock',
fs: 'empty',
http2: 'empty',
net: 'empty',
tls: 'empty',
child_process: 'empty',
Expand Down

0 comments on commit 6c9053b

Please sign in to comment.