Closed NimmLor closed 4 months ago
Could you share a minimal reproduction (after trying the latest version)? I couldn't help without knowing that's the error and what causes it.
Seems to be an upstream issue of tsx
which is dependent by importx
for importing TS file.
tsImport
results are various from whether type: "module" is set or not.
I filed an issue against it.
https://github.com/privatenumber/tsx/issues/611
And there is a minimal reproduction for this issue:
yup broken for us too , on the latest version
really awesome tool btw!!! @antfu
v0.16.2 should fix it - let me know if it doesn't. Thanks.
legend 🙏 thanks!!
Describe the bug
Since v0.13.9 (also v0.14.0) taze does no longer pick up my config file. Downgrading to v0.13.8 resolves this issue. I'm running it in a monorepo using yarn workspaces.
UPDATE: Seems to be caused by the bump of unconfig to v0.4, adding the resolution fixed it for me:
package.json
taze.config.js
Reproduction
install v0.13.9 or 0.14.0
System Info
Used Package Manager
yarn
Validations
Contributions