weboptimizer 2.0.1639 → 2.0.1640

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1639",
3
+ "version": "2.0.1640",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -433,7 +433,7 @@
433
433
  "--noEmit",
434
434
  "--project",
435
435
  {
436
- "__evaluate__": "self.commandLine['build:types'].arguments[self.commandLine['build:types'].arguments.length - 1]"
436
+ "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.application.json')) ? path.resolve(currentPath, 'tsconfig.application.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.library.json')) ? path.resolve(currentPath, 'tsconfig.library.json') : `${webOptimizerPath}/tsconfig.application.json`"
437
437
  }
438
438
  ],
439
439
  "command": "tsc"
@@ -1613,7 +1613,7 @@
1613
1613
  "--emitDeclarationOnly",
1614
1614
  "--project",
1615
1615
  {
1616
- "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : `${webOptimizerPath}/tsconfig.library.json`"
1616
+ "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.library.json')) ? path.resolve(currentPath, 'tsconfig.library.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.application.json')) ? path.resolve(currentPath, 'tsconfig.application.json') : `${webOptimizerPath}/tsconfig.library.json`"
1617
1617
  }
1618
1618
  ]
1619
1619
  },
@@ -1622,7 +1622,7 @@
1622
1622
  "--noEmit",
1623
1623
  "--project",
1624
1624
  {
1625
- "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : `${webOptimizerPath}/tsconfig.library.json`"
1625
+ "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.library.json')) ? path.resolve(currentPath, 'tsconfig.library.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.application.json')) ? path.resolve(currentPath, 'tsconfig.application.json') : `${webOptimizerPath}/tsconfig.library.json`"
1626
1626
  }
1627
1627
  ]
1628
1628
  },