auth0 / lock-passwordless

Auth0 Lock Passwordless [DEPRECATED]
MIT License
90 stars 29 forks source link

Webpack sample - Cannot find module 'auth0-lock-passwordless' #119

Open gregsdennis opened 7 years ago

gregsdennis commented 7 years ago

I'm receiving an error when I try to import the passwordless module following the webpack example.

Specifically, this line from index.js is giving an error in my project:

import Auth0LockPasswordless from 'auth0-lock-passwordless';

I've added the package via npm.

Possibly related to #111 & #118.