mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-20 05:51:04 +00:00
auto-commit for 6ae00df8-7137-4616-8d9d-5066224ea895
This commit is contained in:
@@ -5,9 +5,12 @@ module.exports = function (api) {
|
|||||||
[
|
[
|
||||||
'babel-preset-expo',
|
'babel-preset-expo',
|
||||||
{
|
{
|
||||||
unstable_transformImportMeta: true, // Enable import.meta polyfill
|
unstable_transformImportMeta: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
plugins: [
|
||||||
|
'@babel/plugin-transform-class-static-block',
|
||||||
|
],
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user