raw-loader-bump

v0.0.2
A loader for webpack that allows importing files as a String

commitlint

commitlint

commitmsg

commitlint -e $GIT_PARAMS

lint

eslint --cache src test

ci:lint:commits

commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}

lint-staged

lint-staged

release

standard-version

release:ci

conventional-github-releaser -p angular

release:validate

commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)

security

nsp check

test

jest

test:watch

jest --watch

test:coverage

jest --collectCoverageFrom='src/**/*.js' --coverage

ci:lint

npm run lint && npm run security

ci:test

npm run test -- --runInBand

ci:coverage

npm run test:coverage -- --runInBand

defaults

webpack-defaults

Metadata

  • MIT
  • >= 6.9.0
  • Tobias Koppers @sokra
  • released 9/7/2018

Downloads

Maintainers