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 +1 -1
- package/webpackConfigurator.js +1 -1
package/package.json
CHANGED
package/webpackConfigurator.js
CHANGED
|
@@ -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 === '*' ?
|
|
1285
|
+
name: libraryName === '*' ? '[name]' : libraryName,
|
|
1286
1286
|
type: configuration.exportFormat.self,
|
|
1287
1287
|
umdNamedDefine: true
|
|
1288
1288
|
},
|