@gem-mine/webpack-dev-server

v4.0.0-rc.1
Serves a webpack app. Updates the browser on changes.

fmt:check

prettier "{**/*,*}.{js,json,md,yml,css,ts}" --list-different

lint:js

eslint . --cache

lint:type

tsc --noEmit

lint

npm-run-all lint:js lint:type fmt:check

fmt

npm run fmt:check -- --write

fix:js

npm run lint:js -- --fix

fix

npm-run-all fix:js fmt

commitlint

commitlint --from=master

build

npm-run-all build:client

build:client

rimraf ./client/* && babel client-src/ --out-dir client/ --ignore "client-src/webpack.config.js" --ignore "client-src/modules" && webpack --config client-src/webpack.config.js

test:only

jest

test:coverage

npm run test:only -- --coverage

test:watch

npm run test:coverage --watch

test

npm run test:coverage

pretest

npm run lint

prepare

husky install && npm run build

release

standard-version
npm i @gem-mine/webpack-dev-server

Metadata

  • MIT
  • >= 12.13.0
  • Tobias Koppers @sokra
  • released 9/22/2021

Downloads