Auth0 lock with Angular 1.5.8 and Webpack
问题 I'm porting my Angular app from gulp over to Webpack and ES6. I'm using auth0 for authentication, and following the tutorial from auth0 here: https://auth0.com/docs/quickstart/spa/angularjs My versions are: angular 1.5.8 angular-lock 1.0.1 auth0-lock 10.2.2 What I'm strugling with is this error I get when I'm loading up my app: Failed to instantiate module app due to: Error: [$injector:modulerr] Failed to instantiate module auth0.lock due to: Error: Auth0Lock must be loaded. I have a