mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
module.exports = function(api) {
|
|
api.cache(true);
|
|
|
|
return {
|
|
presets: ["babel-preset-expo"],
|
|
};
|
|
};
|