weboptimizer 2.0.1509 → 2.0.1510
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/configurator.js +1 -1
- package/package.json +1 -1
package/configurator.js
CHANGED
|
@@ -150,7 +150,7 @@ var load = exports.load = function load(context) {
|
|
|
150
150
|
try {
|
|
151
151
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
152
152
|
var type = _step.value;
|
|
153
|
-
if (runtimeInformation.givenCommandLineArguments[2] === type || debug && type === 'debug' || type === 'test' && runtimeInformation.givenCommandLineArguments[2].startsWith('test:
|
|
153
|
+
if (runtimeInformation.givenCommandLineArguments[2] === type || debug && type === 'debug' || type === 'test' && runtimeInformation.givenCommandLineArguments[2].startsWith('test:') && runtimeInformation.givenCommandLineArguments[2] !== 'test:browser') for (var _i = 0, _arr = [configuration, specificConfiguration]; _i < _arr.length; _i++) {
|
|
154
154
|
var configurationTarget = _arr[_i];
|
|
155
155
|
if ((0, _clientnode.isPlainObject)(configurationTarget[type])) (0, _clientnode.extend)(true, (0, _clientnode.modifyObject)(configurationTarget, configurationTarget[type]), configurationTarget[type]);
|
|
156
156
|
}
|