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