This website works better with JavaScript.
ホーム
エクスプローラ
ヘルプ
サインイン
ccorrada
/
ErEduGilMor
ウォッチ
1
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
説明なし
2
コミット
3
ブランチ
ツリー:
55745f615f
Freehand
master
sortingFinal
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'55745f615f' から
${ noResults }
ErEduGilMor
/
babel.config.js
babel.config.js
107B
履歴
Raw形式
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};