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.
Files changed (2) hide show
  1. package/helper.js +2 -0
  2. 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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1381",
3
+ "version": "2.0.1383",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",