You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vite/vitest we get an error on test on the footer component for example.
It seems to be an issue with the cjs / esm packaging method. In order to do be able to do the toolkit components on both cjs and esm applications, we should exports both files on all our packages.
Issue and Steps to Reproduce
When using vite/vitest we get an error on test on the footer component for example.
It seems to be an issue with the cjs / esm packaging method. In order to do be able to do the toolkit components on both cjs and esm applications, we should exports both files on all our packages.
Documentation :
https://antfu.me/posts/publish-esm-and-cjs
Versions
2.1.0-alpha.1
Screenshots
The text was updated successfully, but these errors were encountered: