@tamagui/build 1.0.0-beta.153 → 1.0.0-beta.181

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 2c474553072de320
1
+ @tamagui/build:build: cache hit, replaying output 5908a5ac5c2c368f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.0-beta.153+a49c2588",
3
+ "version": "1.0.0-beta.181+fff2a5b2",
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": "a49c2588898b6db5660f9b3346078cd87f585dcf"
26
+ "gitHead": "fff2a5b25ea3881d499e5376cd166f58556acaba"
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')