@tamagui/build 1.0.1-beta.159 → 1.0.1-beta.162

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 +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.1-beta.159",
3
+ "version": "1.0.1-beta.162",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -185,7 +185,6 @@ async function buildJs() {
185
185
  keepNames: false,
186
186
  jsx: 'automatic',
187
187
  allowOverwrite: true,
188
- jsxFactory: '_jsx',
189
188
  format: 'esm',
190
189
  color: true,
191
190
  logLevel: 'error',