|
@@ -0,0 +1,16 @@
|
|
1
|
+{
|
|
2
|
+ "plugins": [
|
|
3
|
+ ["module-alias", [
|
|
4
|
+ { "src": "./node_modules/react-native-fetch-blob/node-polyfill/events.js", "expose": "events" },
|
|
5
|
+ { "src": "./node_modules/react-native-fetch-blob/node-polyfill/http.js", "expose": "http" },
|
|
6
|
+ { "src": "./node_modules/react-native-fetch-blob/node-polyfill/path.js", "expose": "path" },
|
|
7
|
+ { "src": "./node_modules/react-native-fetch-blob/node-polyfill/fs.js", "expose": "fs" },
|
|
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" },
|
|
10
|
+ { "src": "./node_modules/react-native-fetch-blob/node-polyfill/net.js", "expose": "net" },
|
|
11
|
+ { "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
|
+ ]]
|
|
14
|
+ ],
|
|
15
|
+ "extends": "./node_modules/react-native/packager/react-packager/rn-babelrc.json",
|
|
16
|
+}
|