Skip to content

Commit 6c9053b

Browse files
committed
Add empty mock for http2
1 parent 1548e39 commit 6c9053b

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
@@ -656,6 +656,7 @@ module.exports = function(webpackEnv) {
656656
dgram: 'empty',
657657
dns: 'mock',
658658
fs: 'empty',
659+
http2: 'empty',
659660
net: 'empty',
660661
tls: 'empty',
661662
child_process: 'empty',

0 commit comments

Comments
 (0)