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
You can specify plugins in a Parcel config that are not declared as dependencies to make Parcel install them only when they are needed for the first time (lazyily). The question then becomes: which plugin version should Parcel autoinstall? And that is just the version specified in parcelDependencies. So it will lookup the range there and then execute yarn add -D parcel-plugin-something@specifiedVersion
On https://parceljs.org/plugin-system/configuration/
The text was updated successfully, but these errors were encountered: