webpack-compiler-plugin

v1.1.0
Easily listen to webpack compiler hooks and execute commands on events
compile plugin shell webpack

lint

eslint ./src ./tests --ext .js,.ts

commitlint

commitlint-travis

build

webpack --mode=production

build-watch

webpack --mode=development --watch

build-types

rm -rf ./built && tsc --emitDeclarationOnly

test

jest

coveralls

cat ./artifacts/coverage/lcov.info | coveralls

typecheck

tsc --noEmit

commit

git-cz

release

semantic-release

Metadata

Downloads

Maintainers