url-loader

v4.1.0
A loader for webpack which transforms files into base64 URIs
webpack

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

lint:prettier

prettier "{**/*,*}.{js,json,md,yml,css,ts}" --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

npm run build

release

standard-version

defaults

webpack-defaults

Metadata

  • MIT
  • >= 10.13.0
  • Tobias Koppers @sokra
  • released 4/8/2020

Downloads