2.1.1 • Published 1 year ago

@codecoupler/cc-webpack-externals-plugin v2.1.1

Weekly downloads
27
License
MIT
Repository
-
Last release
1 year ago

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.1.1

1 year ago

2.1.0

1 year ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.10

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago