@oroinc/oro-webpack-config-builder 6.1.0-lts02 → 6.1.0-lts03

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.
@@ -292,7 +292,7 @@ class ConfigBuilder {
292
292
  defaultVendors: false
293
293
  }
294
294
  },
295
- minimize: true,
295
+ minimize: this._isProduction,
296
296
  minimizer: [new TerserPlugin({
297
297
  parallel: true,
298
298
  extractComments: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "6.1.0-lts02",
3
+ "version": "6.1.0-lts03",
4
4
  "author": "Oro, Inc. (https://oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",