babel-minify-webpack-plugin

v0.2.0
babel-minify plugin for webpack
babel babel-minify minify webpack webpack-plugin

appveyor:test

npm run test

prebuild

npm run clean

build

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

clean

del-cli dist

fix

eslint src/ test/*.js --fix

lint

eslint --cache src test

lint-staged

lint-staged

prepublish

npm run build

release

standard-version

security

nsp check

start

npm run build -- -w

test

jest

test:coverage

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

test:watch

jest --watch

travis:coverage

npm run test:coverage -- --runInBand

travis:lint

npm run lint && npm run security

travis:test

npm run test -- --runInBand

webpack-defaults

webpack-defaults

Metadata

  • MIT
  • >= 4.3 < 5.0.0 || >= 5.10
  • boopathi
  • released 8/18/2017

Downloads