Browse Source

Add .babelrc alias

Ben Hsieh 7 years ago
parent
commit
43274fbf67
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/.babelrc

+ 1
- 0
test/.babelrc View File

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