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
It seems like there was a change in the tsconfig.build.json with v1.0.0 that resulted in outputting ESM code in the CommonJS build:
tsconfig.build.json
v1.0.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It seems like there was a change in the
![Image](https://private-user-images.githubusercontent.com/186073/384031176-56de8bc0-7721-4483-bd29-2d9a70b9f7ec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjcwMDEsIm5iZiI6MTczOTU2NjcwMSwicGF0aCI6Ii8xODYwNzMvMzg0MDMxMTc2LTU2ZGU4YmMwLTc3MjEtNDQ4My1iZDI5LTJkOWE3MGI5ZjdlYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMDU4MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNGMxMTk5MjJiMzVjMGMzNmVkMTViM2NjMTFlOTE1ODk0NDI1MWU4YmFiMDg5ZGQ5ZTQyODg1MWYxNDg3YTdjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dFz4BzxbpSCOWLvvA6kDZqgF7IhKWftv6IoaI6Ck3h0)
tsconfig.build.json
withv1.0.0
that resulted in outputting ESM code in the CommonJS build:The text was updated successfully, but these errors were encountered: