url-loader

v4.1.1
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 --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
npm i url-loader

Metadata

  • MIT
  • >= 10.13.0
  • Tobias Koppers @sokra
  • released 10/9/2020

Downloads