stylus-loader

v5.0.0
Stylus loader for webpack
webpack loader stylus

lint

npm-run-all -l -p "lint:**"

test

npm run test:coverage

build

cross-env NODE_ENV=production babel src -d dist --copy-files

clean

del-cli dist

start

npm run build -- -w

lint:js

eslint --cache .

prepare

npm run build

pretest

npm run lint

release

standard-version

defaults

webpack-defaults

prebuild

npm run clean

security

npm audit

test:only

cross-env NODE_ENV=test jest

commitlint

commitlint --from=master

test:watch

npm run test:only -- --watch

lint:prettier

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

test:coverage

npm run test:only -- --collectCoverageFrom="src/**/*.js" --coverage

Metadata

  • MIT
  • >= 10.13.0
  • Kyle Robinson Young
  • released 2/2/2021

Downloads