@shopgate/webpack 7.30.0-alpha.2 → 7.30.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/webpack",
3
- "version": "7.30.0-alpha.2",
3
+ "version": "7.30.0-alpha.3",
4
4
  "description": "The webpack configuration for Shopgate's Engage.",
5
5
  "main": "webpack.config.js",
6
6
  "license": "Apache-2.0",
package/webpack.config.js CHANGED
@@ -148,7 +148,6 @@ const config = {
148
148
  },
149
149
  },
150
150
  }),
151
- new webpack.optimize.ModuleConcatenationPlugin(),
152
151
 
153
152
  // Plugin to minify the HTML output fo the default.ejs template
154
153
  new HTMLWebpackPlugin({
@@ -299,7 +298,6 @@ const config = {
299
298
  moduleIds: 'deterministic',
300
299
  chunkIds: 'deterministic',
301
300
  nodeEnv: ENV,
302
- minimize: true,
303
301
  removeAvailableModules: true,
304
302
  minimizer: [
305
303
  new TerserPlugin({