preprocessing-loader

v0.0.4
A simple webpack loader to pre-process some part of code in compile time in order to speed up the runtime
preprocessing webpack webpack-loader compiler babel

start

npm run build -- -w

prebuild

npm run clean

build

cross-env NODE_ENV=production babel src -d dist --ignore "src/**/*.test.js" --copy-files

clean

del-cli dist

commitlint

commitlint --from=master

lint:prettier

prettier "{**/*,*}.{js,json,md,yml,css}" --list-different

lint:js

eslint --cache src test

lint

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

prepare

npm run build

release

standard-version

security

npm audit

test:only

cross-env NODE_ENV=test jest

test:watch

cross-env NODE_ENV=test jest --watch

test:coverage

jest --coverage

pretest

npm run lint

test

npm run test:coverage

defaults

webpack-defaults

coveralls

cat ./coverage/lcov.info | coveralls

coverage:codecov

codecov
npm i preprocessing-loader

Metadata

  • MIT
  • >= 8.9.0
  • anikethsaha
  • released 10/17/2019

Downloads

Maintainers