@tamagui/build 1.89.15 → 1.89.17

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.15",
3
+ "version": "1.89.17",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -566,7 +566,7 @@ async function esbuildWriteIfChanged(
566
566
  filename: mjsOutPath,
567
567
  plugins: [
568
568
  [
569
- 'babel-plugin-fully-specified',
569
+ require.resolve('babel-plugin-fully-specified'),
570
570
  {
571
571
  ensureFileExists: false,
572
572
  esExtensionDefault: '.mjs',