Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Latest commit

 

History

History

webpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Webpack example

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.