An open API service indexing awesome lists of open source software.

https://github.com/mehcode/webpack-vendor-plugin

Vendor plugin (separate out vendor files into a separate chunk) for webpack.
https://github.com/mehcode/webpack-vendor-plugin

Last synced: 12 months ago
JSON representation

Vendor plugin (separate out vendor files into a separate chunk) for webpack.

Awesome Lists containing this project

README

          

# webpack-vendor-plugin
Vendor plugin (separate out vendor files into a separate chunk) for webpack.

# Usage

var VendorPlugin = require('webpack-vendor-plugin')

new VendorPlugin({dir: 'node_modules'})

# ChangeLog

0.4.1 Don't mark consumed chunks as non-entry (was breaking globalize)
0.4.0 Reversed logic (specify directory to make vendor out of)
0.3.2 Added documentation + tweaked containsFile() check
0.3.1