@tamagui/build 1.89.23 → 1.89.25

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.89.23",
3
+ "version": "1.89.25",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -574,7 +574,7 @@ async function esbuildWriteIfChanged(
574
574
  [
575
575
  require.resolve('babel-plugin-fully-specified'),
576
576
  {
577
- ensureFileExists: false,
577
+ ensureFileExists: true,
578
578
  esExtensionDefault: '.mjs',
579
579
  tryExtensions: ['.mjs', '.js'],
580
580
  esExtensions: ['.mjs', '.js'],