weboptimizer 4.0.41 → 4.0.42

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": "weboptimizer",
3
- "version": "4.0.41",
3
+ "version": "4.0.42",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -94,7 +94,7 @@
94
94
  "babel-loader": "^10.1.1",
95
95
  "babel-plugin-polyfill-corejs3": "^1.0.0",
96
96
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
97
- "clientnode": "4.0.1473",
97
+ "clientnode": "4.0.1475",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -132,7 +132,7 @@
132
132
  "cssnano": "^8.0.2",
133
133
  "eslint": "^10.8.0",
134
134
  "eslint-config-google": "^0.14.0",
135
- "eslint-plugin-jsdoc": "^63.3.0",
135
+ "eslint-plugin-jsdoc": "^63.3.1",
136
136
  "favicons": "^7.3.1",
137
137
  "favicons-webpack-plugin": "^6.0.1",
138
138
  "globals": "^17.8.0",
@@ -831,7 +831,8 @@ export let webpackConfiguration = extend(true, {
831
831
  umdNamedDefine: true
832
832
  },
833
833
  path: configuration.path.target.base,
834
- publicPath: configuration.path.target.public
834
+ publicPath: configuration.path.target.public,
835
+ uniqueName: configuration.name
835
836
  },
836
837
  performance: configuration.performanceHints,
837
838
  /*