We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://stackblitz.com/edit/node-c5jsr8
The stackblitz will work if moving back to tsx 4.11.2
Basically using
"imports": { "#*": { "production": "./dist/*", "default": "./src/*" } },
in package.json no longer works in 4.12.0
I assume commit 72d0896 is responsible for the issue as a path starting with '#' may not be considered a unix path?
The text was updated successfully, but these errors were encountered:
89621bf
🎉 This issue has been resolved in v4.13.3
If you appreciate this project, please consider supporting this project by sponsoring ❤️ 🙏
Sorry, something went wrong.
No branches or pull requests
Acknowledgements
Minimal reproduction URL
https://stackblitz.com/edit/node-c5jsr8
Problem & expected behavior (under 200 words)
The stackblitz will work if moving back to tsx 4.11.2
Basically using
in package.json no longer works in 4.12.0
I assume commit 72d0896 is responsible for the issue as a path starting with '#' may not be considered a unix path?
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: