Open jaichandra opened 7 years ago
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.
main: ""
main: []
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.