weboptimizer 2.0.1162 → 2.0.1163

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": "2.0.1162",
3
+ "version": "2.0.1163",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1282,7 +1282,7 @@ var webpackConfiguration = _clientnode["default"].extend(true, {
1282
1282
  globalObject: configuration.exportFormat.globalObject,
1283
1283
  hashFunction: configuration.hashAlgorithm,
1284
1284
  library: {
1285
- name: libraryName === '*' ? undefined : libraryName,
1285
+ name: libraryName === '*' ? '[name]' : libraryName,
1286
1286
  type: configuration.exportFormat.self,
1287
1287
  umdNamedDefine: true
1288
1288
  },