@tamagui/build 1.89.28 → 1.89.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tamagui-build.js +7 -0
package/package.json
CHANGED
package/tamagui-build.js
CHANGED
|
@@ -447,7 +447,14 @@ async function esbuildWriteIfChanged(
|
|
|
447
447
|
es5Plugin({
|
|
448
448
|
swc: {
|
|
449
449
|
jsc: {
|
|
450
|
+
preserveAllComments: true,
|
|
450
451
|
externalHelpers: false,
|
|
452
|
+
transform: {
|
|
453
|
+
react: {
|
|
454
|
+
runtime: 'automatic',
|
|
455
|
+
development: false,
|
|
456
|
+
},
|
|
457
|
+
},
|
|
451
458
|
},
|
|
452
459
|
},
|
|
453
460
|
}),
|