1.0.1 • Published 7 years ago

webpack-library-template v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

webpack-library-template

Scripts

  • npm run build - produces production version of your library under the dist folder
  • npm run dev - produces development version of your library and runs a watcher
  • npm run test - runs the tests :)
  • npm run test:watch - same as above but in a watch mode

Example of consuming a library from outside Node:

https://jsfiddle.net/mikemenaker/84aryz45/