auto-commit for 6ae00df8-7137-4616-8d9d-5066224ea895

This commit is contained in:
emergent-agent-e1
2025-11-08 10:25:38 +00:00
parent d8b93eeda8
commit 1bbdb48196
+4 -1
View File
@@ -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',
],
}; };
}; };