@tamagui/build 1.89.27 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tamagui-build.js +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.89.27",
3
+ "version": "1.89.29",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
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
  }),