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
chore: use --bundleConfigAsCjs to load rollup config
Ideally, we'd like to use a `mjs` config, but that necessitates an import type assertion for the import of `package.json`,
and this feature is not supported by node v14.
So we'll be able to use a `rollup.config.mjs` config only when we'll stop supporting node v14.
See #1815
0 commit comments