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