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
Currently rollup does not allow us to make dynamic imports of configs from workspace, that is why it is required for now to use rollup config in packages using CommonJS to be able to use them with collect. Any ideas of how to make dynamic imports work with rollup using esm
The text was updated successfully, but these errors were encountered:
Currently rollup does not allow us to make dynamic imports of configs from workspace, that is why it is required for now to use rollup config in packages using
CommonJS
to be able to use them withcollect
. Any ideas of how to make dynamic imports work with rollup usingesm
The text was updated successfully, but these errors were encountered: