mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-03-03 17:00: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'],
|
|
};
|
|
};
|