@tamagui/build 1.24.0 → 1.26.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tamagui-build.js +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.24.0",
3
+ "version": "1.26.0",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -193,25 +193,25 @@ async function buildJs() {
193
193
  platform: shouldBundle ? 'node' : 'neutral',
194
194
  })
195
195
  : null,
196
- pkgModule
197
- ? esbuildWriteIfChanged({
198
- entryPoints: files,
199
- outExtension: { '.js': '.mjs' },
200
- outdir: flatOut ? 'dist' : 'dist/esm',
201
- bundle: shouldBundle,
202
- sourcemap: true,
203
- sourcesContent: false,
204
- target: 'node16',
205
- keepNames: false,
206
- jsx: 'automatic',
207
- allowOverwrite: true,
208
- format: 'esm',
209
- color: true,
210
- logLevel: 'error',
211
- minify: process.env.MINIFY ? true : false,
212
- platform: shouldBundle ? 'node' : 'neutral',
213
- })
214
- : null,
196
+ // pkgModule
197
+ // ? esbuildWriteIfChanged({
198
+ // entryPoints: files,
199
+ // outExtension: { '.js': '.mjs' },
200
+ // outdir: flatOut ? 'dist' : 'dist/esm',
201
+ // bundle: shouldBundle,
202
+ // sourcemap: true,
203
+ // sourcesContent: false,
204
+ // target: 'node16',
205
+ // keepNames: false,
206
+ // jsx: 'automatic',
207
+ // allowOverwrite: true,
208
+ // format: 'esm',
209
+ // color: true,
210
+ // logLevel: 'error',
211
+ // minify: process.env.MINIFY ? true : false,
212
+ // platform: shouldBundle ? 'node' : 'neutral',
213
+ // })
214
+ // : null,
215
215
  pkgModuleJSX
216
216
  ? esbuildWriteIfChanged({
217
217
  // only diff is jsx preserve and outdir