Open pwang2 opened 7 years ago
In case of a component only present a package.json, generated .bower.json will not read the main, in wiredep, we shall read the package.json's main before using component.name+'.js' fallback.
package.json
component.name+'.js'
In case of a component only present a
package.json
, generated .bower.json will not read the main, in wiredep, we shall read thepackage.json
's main before usingcomponent.name+'.js'
fallback.