sass-loader

v16.0.2
Sass loader for webpack
sass libsass webpack loader

start

npm run build -- -w

clean

del-cli dist

prebuild

npm run clean

build

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

commitlint

commitlint --from=master

security

npm audit --production

lint:prettier

prettier --cache --list-different .

lint:js

eslint --cache .

lint:spelling

cspell --cache --no-must-find-files --quiet "**/*.*"

lint

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

test:only

cross-env NODE_ENV=test jest

fix:js

npm run lint:js -- --fix

fix:prettier

npm run lint:prettier -- --write

fix

npm-run-all -l fix:js fix:prettier

test:watch

npm run test:only -- --watch

test:manual

npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js

test:coverage

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

pretest

npm run lint

test

npm run test:coverage

prepare

husky && npm run build

release

standard-version
npm i sass-loader

Metadata

  • MIT
  • >= 18.12.0
  • J. Tangelder
  • released 9/20/2024

Downloads