Terarea  2
The automation project
Loading...
Searching...
No Matches
babel.config.js
Go to the documentation of this file.
1module.exports = function(api) {
2 api.cache(true);
3 return {
4 presets: ['babel-preset-expo'],
5 };
6};