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
ESbuild is magnitudes faster for development than rollup, but requires the source package to be ESM. Converting to ESM, however, has been discussed in #1429. If a discussion does happen for using ESM modules, a separate issue should be raised.
I'm closing this because while we could move to esbuild, there's no significant reason to. We're not having any problems with Rollup, it's still maintained, it's already working out great for bundling, etc.
We could always consider switching in future if any of that ever changes, but right now, it doesn't make sense to change it to address an issue that isn't affecting us.
ESbuild is magnitudes faster for development than rollup, but requires the source package to be ESM. Converting to ESM, however, has been discussed in #1429. If a discussion does happen for using ESM modules, a separate issue should be raised.
There is a workaround for using require which usually works and can be implemented.
The text was updated successfully, but these errors were encountered: