css-loader

v6.5.1
css loader module for webpack
webpack css loader url import

start

npm run build -- -w

clean

del-cli dist

validate:runtime

es-check es5 "dist/runtime/**/*.js"

prebuild

npm run clean

build

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

postbuild

npm run validate:runtime

commitlint

commitlint --from=master

security

npm audit --production

lint:prettier

prettier --list-different .

lint:js

eslint --cache .

lint

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

test:only

cross-env NODE_ENV=test jest

test:watch

npm run test:only -- --watch

test:coverage

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

pretest

npm run lint

test

npm run test:coverage

prepare

husky install && npm run build

release

standard-version

Metadata

  • MIT
  • >= 12.13.0
  • Tobias Koppers @sokra
  • released 11/3/2021

Downloads