mirror of
https://github.com/zhigang1992/shareplay-example.git
synced 2026-01-12 16:42:52 +08:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|