@tamagui/build 1.0.1-beta.95 → 1.0.1-beta.98

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 1dc0bc15cec74046
1
+ @tamagui/build:build: cache hit, replaying output e46b982dbd22ee6d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.1-beta.95",
3
+ "version": "1.0.1-beta.98",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -196,10 +196,9 @@ async function esbuildWriteIfChanged(opts) {
196
196
  if (!built.outputFiles) {
197
197
  return
198
198
  }
199
- const [firstFile] = built.outputFiles
200
199
  await Promise.all(
201
200
  built.outputFiles.map(async (file) => {
202
- const outDir = dirname(firstFile.path)
201
+ const outDir = dirname(file.path)
203
202
  await fs.ensureDir(outDir)
204
203
  const outString = new TextDecoder().decode(file.contents)
205
204
  if (