2.2.1 • Published 10 months ago
@codecoupler/cc-webpack-externals-plugin v2.2.1
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/cc-webpack-externals-plugin
Quick Start:
npm i @codecoupler/cc-webpack-externals-plugin -D
- You must be running Node 10.0 along with Webpack 5.0 or higher for version 2.x of this plugin.
- You must be running Node 8.6 or higher for version 1.x of this plugin
Add to your Webpack configuration:
const ccWebpackExternalsPlugin = require("@codecoupler/cc-webpack-externals-plugin");
module.exports = {
plugins: [new ccWebpackExternalsPlugin(options)],
};
2.2.1
10 months ago
2.2.0
1 year ago
2.1.1
3 years ago
2.1.0
3 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.4.0
4 years ago
1.3.0
4 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.5
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.11
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.10
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago