@tamagui/build 1.13.2 → 1.13.4

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.13.2",
3
+ "version": "1.13.4",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -170,7 +170,7 @@ async function buildJs() {
170
170
  jsx: 'automatic',
171
171
  logLevel: 'error',
172
172
  plugins: shouldBundleNodeModules ? [] : [externalPlugin],
173
- minify: false,
173
+ minify: true,
174
174
  platform: 'node',
175
175
  })
176
176
  : null,
@@ -187,7 +187,7 @@ async function buildJs() {
187
187
  format: 'esm',
188
188
  color: true,
189
189
  logLevel: 'error',
190
- minify: false,
190
+ minify: true,
191
191
  platform: shouldBundle ? 'node' : 'neutral',
192
192
  })
193
193
  : null,
@@ -205,7 +205,7 @@ async function buildJs() {
205
205
  format: 'esm',
206
206
  color: true,
207
207
  logLevel: 'error',
208
- minify: false,
208
+ minify: true,
209
209
  platform: shouldBundle ? 'node' : 'neutral',
210
210
  })
211
211
  : null,
@@ -224,7 +224,7 @@ async function buildJs() {
224
224
  format: 'esm',
225
225
  color: true,
226
226
  logLevel: 'error',
227
- minify: false,
227
+ minify: true,
228
228
  platform: 'neutral',
229
229
  })
230
230
  : null,
@@ -242,7 +242,7 @@ async function buildJs() {
242
242
  format: 'esm',
243
243
  color: true,
244
244
  logLevel: 'error',
245
- minify: false,
245
+ minify: true,
246
246
  platform: 'neutral',
247
247
  })
248
248
  : null,