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
I noticed that if the bower.json file has main property empty (main: ""), wiredep fails silently. Changing it to main: [] fixed the issue. It wasted hours trying to figure out why the build is failing with one particular bower dependency.
The text was updated successfully, but these errors were encountered:
I noticed that if the bower.json file has main property empty (
main: ""
), wiredep fails silently. Changing it tomain: []
fixed the issue. It wasted hours trying to figure out why the build is failing with one particular bower dependency.The text was updated successfully, but these errors were encountered: