Ver código fonte

Add .babelrc alias

Ben Hsieh 7 anos atrás
pai
commit
43274fbf67
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      test/.babelrc

+ 1
- 0
test/.babelrc Ver arquivo

@@ -8,6 +8,7 @@
8 8
       { "src": "./node_modules/react-native-fetch-blob/node-polyfill/url.js", "expose": "url" },
9 9
       { "src": "./node_modules/react-native-fetch-blob/node-polyfill/querystring.js", "expose": "querystring" },
10 10
       { "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" },
11 12
       { "src": "./node_modules/react-native-fetch-blob/node-polyfill/crypto.js", "expose": "crypto" },
12 13
       { "src": "./node_modules/react-native-fetch-blob/node-polyfill/stream.js", "expose": "stream" }
13 14
     ]]