@plaudit/webpack-extensions 2.63.1 → 2.63.2

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.
@@ -347,7 +347,8 @@ function commonMakeWebpackConfig(config, commonConfig, webpackConfig, srcIsDirec
347
347
  path: outPath,
348
348
  chunkFilename: 'webpack-chunks/[id].js',
349
349
  publicPath: publicPath,
350
- library: outputLibrary
350
+ library: outputLibrary,
351
+ clean: false
351
352
  },
352
353
  optimization: {
353
354
  ...webpackConfig.optimization,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/webpack-extensions",
3
- "version": "2.63.1",
3
+ "version": "2.63.2",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "files": [
6
6
  "/build"