This website works better with JavaScript
홈
탐색
도움말
로그인
Klapi
/
TrapiLib
원본 프로젝트 :
nikatlas/TrapiLib
Watch
3
Star
0
포크
0
파일
트리:
e137377839
브랜치
태그
master
TrapiLib
/
babel.config.js
babel.config.js
107 B
히스토리
Raw
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};