weboptimizer 2.0.1229 → 2.0.1232

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/index.js CHANGED
@@ -619,7 +619,6 @@ var main = /*#__PURE__*/function () {
619
619
  path: _path["default"]
620
620
  });
621
621
 
622
- console.log('TODO', configuration.needed, task);
623
622
  if (evaluated.error) throw new Error('Error occurred during processing given task: ' + evaluated.error);
624
623
  if (evaluated.result) processPromises.push(new Promise(function (resolve, reject) {
625
624
  var commandLineArguments = (task.arguments || []).concat(additionalArguments);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1229",
3
+ "version": "2.0.1232",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
package/tsconfig.json CHANGED
@@ -25,6 +25,7 @@
25
25
  "include": [
26
26
  "*.ts", "*.tsx",
27
27
  "*/*.ts", "*/*.tsx",
28
+ "source/**/*.ts", "source/**/*.tsx",
28
29
  "src/**/*.ts", "src/**/*.tsx"
29
30
  ]
30
31
  }
@@ -16,6 +16,7 @@
16
16
  "include": [
17
17
  "../../*.ts", "../../*.tsx",
18
18
  "../../*/*.ts", "../../*/*.tsx",
19
+ "../../source/**/*.ts", "../../source/**/*.tsx",
19
20
  "../../src/**/*.ts", "../../src/**/*.tsx"
20
21
  ]
21
22
  }