webpack-watch-files-plugin

v1.0.2
Webpack watch files

start

npm run build:watch

build

babel ./src -d ./lib

build:watch

babel ./src -wd ./lib

lint

standard

mocha

NODE_ENV=test mocha --opts mocha.opts 'src/**/*.test.js'

mocha:watch

NODE_ENV=test mocha --opts mocha.opts --watch 'src/**/*.test.js'

test

npm run lint && npm run mocha

test:watch

npm run lint && npm run mocha:watch

prepublish

npm run build

Metadata

  • ISC
  • Whatever
  • Florent Detry
  • released 4/17/2018

Downloads

Maintainers