webpack-dashboard

v3.3.8
a CLI dashboard for webpack dev server
webpack cli plugin dashboard

test

mocha "test/**/*.spec.js"

test-cov

nyc mocha "test/**/*.spec.js"

lint

eslint .

check

run-s format-check lint test check-ts

check-ci

run-s format-check lint test-cov check-ts

check-ts

tsc plugin/index.d.ts examples/config/webpack.config.ts --noEmit

dev

cross-env EXAMPLE=duplicates-esm node bin/webpack-dashboard.js -- webpack-cli --config examples/config/webpack.config.js --watch

dev-ts

cross-env EXAMPLE=duplicates-esm node bin/webpack-dashboard.js -- webpack-cli --config examples/config/webpack.config.ts --watch

format

prettier --write "./{bin,examples,plugin,test,utils}/**/*.js"

format-check

prettier --list-different "./{bin,examples,plugin,test,utils}/**/*.js"
npm i webpack-dashboard

Metadata

  • MIT
  • >=8.0.0
  • Ken Wheeler
  • released 5/18/2023

Downloads