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
v2.11.2
https://jsfiddle.net/6hj9wd35/
Run a project with latest version
Remove incorrect export, line 98 5c22d8c
An export assignment cannot be used in a module with other exported elements.
The text was updated successfully, but these errors were encountered:
0d9ab1b
Fixed. Thanks for your patience.
Sorry, something went wrong.
fix(typescript): remove cjs export (fixes unjs#88)
64dde19
1dc8226
No branches or pull requests
Version
v2.11.2
Reproduction link
https://jsfiddle.net/6hj9wd35/
Steps to reproduce
Run a project with latest version
What is expected ?
Remove incorrect export, line 98
5c22d8c
What is actually happening?
An export assignment cannot be used in a module with other exported elements.
The text was updated successfully, but these errors were encountered: