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
The "main" field in package.json should be src/angular-easyfb.js instead of index.js. The wrong value makes webpack fail to build if I use require('angular-easyfb'); because it can't find index.js.
The text was updated successfully, but these errors were encountered:
Hi,
The "main" field in
package.json
should besrc/angular-easyfb.js
instead ofindex.js
. The wrong value makes webpack fail to build if I userequire('angular-easyfb');
because it can't findindex.js
.The text was updated successfully, but these errors were encountered: