@tamagui/build 1.13.3 → 1.14.0
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.
- package/package.json +1 -1
- package/tamagui-build.js +5 -5
package/package.json
CHANGED
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
245
|
+
minify: true,
|
|
246
246
|
platform: 'neutral',
|
|
247
247
|
})
|
|
248
248
|
: null,
|