We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3743f22 commit 88d02bcCopy full SHA for 88d02bc
1 file changed
packages/dependency-extraction-webpack-plugin/lib/index.js
@@ -152,7 +152,7 @@ class DependencyExtractionWebpackPlugin {
152
* Offload externalization work to the ExternalsPlugin.
153
* @type {webpack.ExternalsPlugin}
154
*/
155
- this.externalsPlugin = new webpack.ExternalsPlugin(
+ this.externalsPlugin = new compiler.webpack.ExternalsPlugin(
156
this.useModules ? 'import' : 'window',
157
this.externalizeWpDeps.bind( this )
158
);
0 commit comments