{"library":"webpack-vendor-chunk-plugin","type":"library","category":null,"description":"A webpack plugin (v1.0.0) that removes the runtime bootstrapping code from vendor chunks when using webpack 1.x with CommonsChunkPlugin. It prevents the vendor bundle from re-executing the vendor modules on load, ensuring that the runtime only exists in the main bundle. This plugin is specific to webpack 1.x and is not needed for webpack 2+ where the runtime behavior was changed. It is a niche tool for legacy webpack configurations where splitting vendor bundles incorrectly included runtime code.","language":"javascript","status":"deprecated","version":"1.0.0","tags":["javascript","webpack","vendor","entry","chunk"],"last_verified":"Sat Apr 25","install":[{"cmd":"npm install webpack-vendor-chunk-plugin","imports":["var VendorChunkPlugin = require('webpack-vendor-chunk-plugin');","new VendorChunkPlugin('vendor');","plugins: [new webpack.optimize.CommonsChunkPlugin('vendor', 'vendor.js'), new VendorChunkPlugin('vendor')]"]},{"cmd":"yarn add webpack-vendor-chunk-plugin","imports":[]},{"cmd":"pnpm add webpack-vendor-chunk-plugin","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-vendor-chunk-plugin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}