mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-12-01 02:00:30 +00:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|