-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
I currently blocked from updating open
and yargs
to latest versions, as they started to use ESM.
I tried in v6 to use require(esm)
, but there was data points that shows that it is not always possible to simply update node version.
I will probabaly need to take a look how users current consume package. This should include vite, rollup, rolldown.
As a side note i will probably deprecate old rollup version.
Vite and Rolldown supports import/export out of the box
IARI