weboptimizer 2.0.1381 → 2.0.1383
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/helper.js +2 -0
- package/package.json +1 -1
package/helper.js
CHANGED
|
@@ -691,6 +691,8 @@ var Helper = exports.Helper = /*#__PURE__*/function () {
|
|
|
691
691
|
for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) {
|
|
692
692
|
var moduleFilePath = _step12.value;
|
|
693
693
|
if (!moduleFilePathsToExclude.includes(moduleFilePath)) {
|
|
694
|
+
console.log('A', moduleFilePath);
|
|
695
|
+
console.log('B', moduleFilePathsToExclude);
|
|
694
696
|
var relativeModuleFilePath = "./".concat((0, _path.relative)(context, moduleFilePath));
|
|
695
697
|
var directoryPath = (0, _path.dirname)(relativeModuleFilePath);
|
|
696
698
|
var baseName = (0, _path.basename)(relativeModuleFilePath, ".".concat(buildConfiguration.extension));
|