webpack-watch-files-plugin

v1.0.3
Webpack watch files

start

npm run build:watch

build

babel ./src -d ./lib

build:watch

babel ./src -wd ./lib

lint

standard

mocha

mocha --opts mocha.opts "src/**/*.test.js"

mocha:watch

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/8/2019

Downloads

Maintainers