UNPKG
sync-storage
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.4
0.2.2
0.2.1
0.2.0
0.1.0
Synchronous storage for React Native.
github.com/raphaelpor/SyncStorage
raphaelpor/SyncStorage
sync-storage
/
babel.config.js
15 lines
(10 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
=
function
(
api
) { api.
cache
(
false
);
const
presets = [
'@babel/typescript'
,
'@babel/env'
,
'module:metro-react-native-babel-preset'
,
'@babel/flow'
];
const
plugins = [ ];
return
{ presets, plugins }; }