0.0.2 • Published 6 years ago

webpack-babel-karma-jasmine-starter v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Webpack Babel Karma Jasmine Starter

A simple Webpack 4 boilerplate for building client-based libraries.

Features

Getting started

  1. Run yarn install to get the project's dependencies
  2. Open webpack.config.js and change the output.library property to the name of your library
  3. Run yarn start to start developing

Scripts

  • yarn start - produces a non-minified dev version of your library and runs a watcher for the webpack config and for the library
  • yarn build - produces both a non-minified and a minified production versions of your library
  • yarn test - runs tests and generates a coverage report under the coverage folder
  • yarn test:watch - runs tests in the watch mode