Skip to content

Commit 3961e16

Browse files
authored
Merge pull request #51 from objectstack-ai/copilot/fix-hermes-import-meta-issue
2 parents ada7498 + 18a45c3 commit 3961e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (api) {
1111
? {}
1212
: {
1313
jsxImportSource: "nativewind",
14-
web: { unstable_transformImportMeta: true },
14+
unstable_transformImportMeta: true,
1515
},
1616
],
1717
...(isTest ? [] : ["nativewind/babel"]),

0 commit comments

Comments
 (0)