We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ada7498 + 18a45c3 commit 3961e16Copy full SHA for 3961e16
1 file changed
babel.config.js
@@ -11,7 +11,7 @@ module.exports = function (api) {
11
? {}
12
: {
13
jsxImportSource: "nativewind",
14
- web: { unstable_transformImportMeta: true },
+ unstable_transformImportMeta: true,
15
},
16
],
17
...(isTest ? [] : ["nativewind/babel"]),
0 commit comments