@codecoupler/webpack-externals-plugin
v4.0.0
Published
CodeCoupler Webpack Externals Plugin
Maintainers
Readme
CodeCoupler Webpack Externals Plugin
The CodeCoupler Webpack Externals Plugin is a concept to simplify the configuration of Webpack regarding libraries that will be used but should not bundled.
Please read the documentation at https://codecoupler.org/webpack-externals-plugin
Older Versions of this plugin can be found under another name: https://www.npmjs.com/package/@codecoupler/cc-webpack-externals-plugin
Quick Start:
npm i @codecoupler/webpack-externals-plugin -DAdd to your Webpack configuration:
const ccWebpackExternalsPlugin = require("@codecoupler/webpack-externals-plugin");
module.exports = {
plugins: [new CocoWebpackExternalsPlugin(options)],
};