0.4.2 • Published 8 years ago

webpack-vendor-plugin v0.4.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.2   Don't consume undefined chunks
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
0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago