npm-webpack

1.0.1 • Public • Published

npm-webpack

This will automatically export peerDependencies from the package.json

In your webpack.config:

var NpmPlugin = require('npm-webpack');

module.exports = { // The main part plugins: [ new NpmPlugin() ] };

Readme

Keywords

Package Sidebar

Install

npm i npm-webpack

Weekly Downloads

5

Version

1.0.1

License

BSD-3-Clause

Last publish

Collaborators

  • ofer.sadgat