babel-minify-webpack-plugin

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

start

npm run build -- -w

prebuild

npm run clean

build

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

clean

del-cli dist

lint

eslint --cache src test

lint-staged

lint-staged

prepare

npm run build

release

standard-version

security

nsp check

test

jest

test:coverage

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

test:watch

jest --watch

ci:test

npm run test

travis:coverage

npm run test:coverage -- --runInBand

travis:lint

npm run lint && npm run security

travis:test

npm run test -- --runInBand

defaults

webpack-defaults
npm i babel-minify-webpack-plugin

Metadata

  • MIT
  • >= 4.3 < 5.0.0 || >= 5.10
  • boopathi
  • released 3/19/2018

Downloads