Explorar el Código

Add .babelrc alias

Ben Hsieh hace 7 años
padre
commit
43274fbf67
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      test/.babelrc

+ 1
- 0
test/.babelrc Ver fichero

@@ -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
     ]]