npm-install-webpack-plugin

v4.0.5
Webpack loader to automatically npm install & save dependencies.
webpack webpack-plugin npm install

changelog

npm run changelog:generate && npm run changelog:add

changelog:add

git add CHANGELOG.md

changelog:generate

github_changelog_generator --future-release $npm_package_version

coverage

npm test && nyc report --reporter=lcov > coverage/coverage.lcov && codecov

postversion

npm run version:amend && git push origin master --tags && npm publish

test

cross-env NODE_ENV=test nyc mocha

test:watch

cross-env NODE_ENV=test mocha --watch

version

npm run changelog

version:amend

git commit --amend -m "Release v${npm_package_version}"
npm i npm-install-webpack-plugin

Metadata

  • MIT
  • >=4.2.0
  • Eric Clemmons
  • released 8/17/2017

Downloads

Maintainers