mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-26 03:57:59 +00:00
auto-commit for c27e84ba-d93d-4a01-ae9e-1a7c30e2da92
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: [
|
||||
[
|
||||
'babel-preset-expo',
|
||||
{
|
||||
unstable_transformImportMeta: true, // Enable import.meta polyfill
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user