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
node 20
no
in /src/builder/rollup.ts file, commonjs should not include .ts extension, is that expected?
No response
The text was updated successfully, but these errors were encountered:
no (reproduction please)
Sorry, something went wrong.
https://stackblitz.com/edit/vitejs-vite-z6f6jw?file=build.config.ts
when declaration: true, it build fail. then add rollup.commonjs.extensions,it works.
declaration: true
rollup.commonjs.extensions
Thanks for the reproduction. It seems the issue is with dts build step (since we bundle, usually importing ts in cjs context should be also doable)
No branches or pull requests
Environment
node 20
Reproduction
no
Describe the bug
in /src/builder/rollup.ts file, commonjs should not include .ts extension, is that expected?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: