mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-03-04 01:10:31 +00:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
|
module.exports = function(api) {
|
||
|
api.cache(true);
|
||
|
return {
|
||
|
"presets": ['babel-preset-expo'],
|
||
|
};
|
||
|
};
|