@tamagui/build 1.0.0-beta.202 → 1.0.0-beta.203

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.
@@ -1 +1 @@
1
- @tamagui/build:build: cache hit, replaying output ba4f4b139dec721c
1
+ @tamagui/build:build: cache hit, replaying output 43906aa045a83e6a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.0-beta.202+a1a54793",
3
+ "version": "1.0.0-beta.203+bdbb1f11",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
@@ -23,5 +23,5 @@
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "^9.0.13"
25
25
  },
26
- "gitHead": "a1a54793ee1890507fc934f42f2eb3a4020b57c5"
26
+ "gitHead": "bdbb1f11fae44e3a78133373ef108adccaa68924"
27
27
  }
package/tamagui-build.js CHANGED
@@ -118,7 +118,7 @@ if (shouldClean || shouldCleanBuildOnly) {
118
118
  logLevel: 'error',
119
119
  plugins: [externalPlugin],
120
120
  minify: false,
121
- platform: 'neutral',
121
+ platform: 'node',
122
122
  })
123
123
  .then(() => {
124
124
  console.log(' >-> commonjs')