mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
|
module.exports = function(api) {
|
||
|
api.cache(true);
|
||
|
return {
|
||
|
presets: ['babel-preset-expo'],
|
||
|
};
|
||
|
};
|