diff --git a/webpack.renderer.ts b/webpack.renderer.ts index de873f68a8..1d60e2afc4 100755 --- a/webpack.renderer.ts +++ b/webpack.renderer.ts @@ -20,7 +20,6 @@ export function webpackExtensionsApi(): webpack.Configuration { }; config.output.libraryTarget = "commonjs2" delete config.devtool; - delete config.plugins; return config; }