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
Hmm we should do this for the "@parcel/plugin" package as well, and probably support loading plugins that are ESM. Not sure how to do that though as we currently use node's require to load all plugins. We'd need to add ESM support to the package manager.
π bug report
@parcel/core
exports an object with{ default, β¦ }
instead of native ESM.π Configuration (.babelrc, package.json, cli command)
π€ Expected Behavior
Parcel
is a class.π― Current Behavior
Parcel
is:Error:
π Possible Solution
Use conditional exports
π Your Environment
The text was updated successfully, but these errors were encountered: