mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:33:26 +00:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|