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
bower_components doesn't actually install or use the components main property.
It should take a CSV list of the actual component names (or an explicit array) and then install those. After that it should read the main entry from their bower.json to determine where the files are actually located to use that in the config
The text was updated successfully, but these errors were encountered:
bower_components
doesn't actually install or use the componentsmain
property.It should take a CSV list of the actual component names (or an explicit array) and then install those. After that it should read the
main
entry from theirbower.json
to determine where the files are actually located to use that in the configThe text was updated successfully, but these errors were encountered: