Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 43274fb

Browse files
committed
Add .babelrc alias
1 parent 019e2c2 commit 43274fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{ "src": "./node_modules/react-native-fetch-blob/node-polyfill/url.js", "expose": "url" },
99
{ "src": "./node_modules/react-native-fetch-blob/node-polyfill/querystring.js", "expose": "querystring" },
1010
{ "src": "./node_modules/react-native-fetch-blob/node-polyfill/net.js", "expose": "net" },
11+
{ "src": "./node_modules/react-native-fetch-blob/node-polyfill/util.js", "expose": "util" },
1112
{ "src": "./node_modules/react-native-fetch-blob/node-polyfill/crypto.js", "expose": "crypto" },
1213
{ "src": "./node_modules/react-native-fetch-blob/node-polyfill/stream.js", "expose": "stream" }
1314
]]

0 commit comments

Comments
 (0)