Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.
Easily exclude node_modules in Webpack bundle
externals plugin for vite
Minimizer plugin for webpack
Simplifies creation of HTML files to serve your webpack bundles
When using Electron with Webpack, the easiest way to support native modules is to add them to Webpack `externals` configuration. This tells webpack to load them from `node_modules` via `require()`:
Generates a package.json file containing the external modules used by your webpack bundle
TypeScript definitions for webpack-node-externals
Wepback plugin to auto-externalize dependencies available in import-maps
Runs typescript type checker and linter on separate process.
Automatically declare NodeJS built-in modules and npm dependencies as 'external' in Rollup/Vite config
A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.
Webpack plugin to register WordPress dependencies as externals
esbuild plugin for replacing imports with global variables.
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
No description provided.
Webpack plugin for enabling Subresource Integrity
No description provided.
TypeScript definitions for html-webpack-plugin
Html loader module for webpack
lets you define html tags to inject with html-webpack-plugin
Copy files && directories with webpack
extracts CSS into separate files
CSS minimizer (minifier) plugin for Webpack