This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Klapi
/
Editor
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
4296272e5b
Ramuri
Etichete
master
Editor
/
babel.config.js
babel.config.js
107 B
Istoric
Crud
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};