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.
- Host: GitHub
- URL: https://github.com/mehcode/webpack-vendor-plugin
- Owner: mehcode
- License: mit
- Created: 2015-08-03T18:09:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T18:18:29.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T00:30:18.913Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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