npm-webpack
v1.0.1
Published
This will automatically export peerDependencies from the package.json
Downloads
5
Readme
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() ] };