소스 검색

Add .babelrc alias

Ben Hsieh 7 년 전
부모
커밋
43274fbf67
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      test/.babelrc

+ 1
- 0
test/.babelrc 파일 보기

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