Skip to content

Commit 88d6f02

Browse files
kjiniansu
authored andcommitted
Add empty mock for http2 (#5686)
1 parent a500ede commit 88d6f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/config/webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ module.exports = function(webpackEnv) {
641641
dgram: 'empty',
642642
dns: 'mock',
643643
fs: 'empty',
644+
http2: 'empty',
644645
net: 'empty',
645646
tls: 'empty',
646647
child_process: 'empty',

0 commit comments

Comments
 (0)