webpack-library-template

1.0.1 • Public • Published

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/

Package Sidebar

Install

npm i webpack-library-template

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mikemenaker