Replies: 2 comments
-
We've encountered the same issue since attempting to update to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agreed. Additionally, this technically should not have been consider a minor update as well - it's very much a disruptive, breaking change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After 0.12, the MF-libraries started using the ESM format. This forces every package and project that uses MF to migrate into ESM. Some of them can't do this for several reasons:
type: "module"
. Some of these may be upgraded to newer versions (that published as ESM), but some just don't have an ESM.So, it seems too early to start using ESM (or publish packages is ESM-only). For now, it blocks non-ESM projects from getting the latest MF updates, and this is sad.
I would like to propose moving back to CJS or publishing MF-libraries in ESM+CJS format.
Beta Was this translation helpful? Give feedback.
All reactions