This example shows how to bundle the auth0-lock-passwordless
npm package with webpack. It uses Babel to support the new ES2015 syntax, but it is not a requirement.
First, ensure you have node installed on your system. Then, run npm install
to install the project's dependencies and npm run build
to build the bundle. Finally, open index.html
in your favorite browser.