webpack-dev-server-speedy

v3.1.1
Serves a webpack app. Updates the browser on changes.

beautify

npm run lint -- --fix

ci

npm run cover -- --report lcovonly && npm run test

cover

istanbul cover node_modules/mocha/bin/_mocha

lint

eslint bin lib test examples client-src

mocha

mocha --full-trace --check-leaks

prepublish

(rm ssl/*.pem || true) && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs

test

npm run lint && npm run mocha

transpile:index

babel client-src/default --out-dir client --ignore *.config.js

build:index

webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js

build:live

webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js

build:sockjs

webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js

webpack-dev-server

cd $INIT_CWD && node ../../../bin/webpack-dev-server.js

Metadata

  • MIT
  • >=6.11.5
  • Tobias Koppers @sokra
  • released 4/4/2018

Downloads

Maintainers