@tamagui/build 1.0.1-beta.71 → 1.0.1-beta.74

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 ca1ddb38f3bed8f3
1
+ @tamagui/build:build: cache hit, replaying output e3b5afc54721b88b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.1-beta.71",
3
+ "version": "1.0.1-beta.74",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -108,7 +108,7 @@ if (shouldClean || shouldCleanBuildOnly) {
108
108
  bundle: false,
109
109
  sourcemap: true,
110
110
  target: 'node14',
111
- keepNames: true,
111
+ keepNames: false,
112
112
  format: 'cjs',
113
113
  color: true,
114
114
  logLevel: 'error',
@@ -124,7 +124,7 @@ if (shouldClean || shouldCleanBuildOnly) {
124
124
  outdir: 'dist/esm',
125
125
  sourcemap: true,
126
126
  target: 'es2019',
127
- keepNames: true,
127
+ keepNames: false,
128
128
  format: 'esm',
129
129
  color: true,
130
130
  logLevel: 'error',
@@ -139,7 +139,7 @@ if (shouldClean || shouldCleanBuildOnly) {
139
139
  entryPoints: files,
140
140
  sourcemap: false,
141
141
  target: 'es2019',
142
- keepNames: true,
142
+ keepNames: false,
143
143
  format: 'esm',
144
144
  color: true,
145
145
  logLevel: 'error',