{"library":"webpack-prebundle-plugin","type":"library","category":null,"description":"A Webpack plugin that prebundles vendor and common code using esbuild, reducing the number of modules Webpack needs to process and boosting build speed. Version 1.0.2 is the latest stable release. It uses esbuild for fast bundling and can replace DLLPlugin without the need for pre-building or committing bundles to Git. Supports watch mode via chokidar. Differentiators: simpler than DLLPlugin, no manual DLL build step, and automatically externalizes prebundled modules via Webpack externals.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript","webpack","prebundling"],"last_verified":"Fri May 01","install":[{"cmd":"npm install webpack-prebundle-plugin","imports":["const webpackPrebundlePlugin = require('webpack-prebundle-plugin')","new webpackPrebundlePlugin({ vendors: { entries: ['react'], output: path.resolve(__dirname, 'vendors.js') } })","import webpackPrebundlePlugin = require('webpack-prebundle-plugin')"]},{"cmd":"yarn add webpack-prebundle-plugin","imports":[]},{"cmd":"pnpm add webpack-prebundle-plugin","imports":[]}],"homepage":null,"github":"https://github.com/prototeam/webpack-prebundle-plugin","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-prebundle-plugin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}