This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Klapi
/
TrapiLib
forked from
nikatlas/TrapiLib
Xem
3
Star
0
Fork
0
Các tập tin
Tree:
b7768423c5
Branches
Tags
master
TrapiLib
/
babel.config.js
babel.config.js
107 B
Lịch sử
Raw
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};