This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Klapi
/
Editor
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
0bbb0b360d
Rami (Branch)
Tag
master
Editor
/
babel.config.js
babel.config.js
107 B
Cronologia
Originale
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};