TypeScript Version: 3.5.0-dev.20190517
Search Terms:
webpack, ts-loader, incremental build
Description:
/edit: strikethrough what I thought was related issue
Doing a normal build with typescript@next as 3.4.5 has issues with --incremental flag and when sources get regenerated. It appears we cannot move to 3.5.0 as it breaks our webpack bundling with the following errors for each ts(x) file encountered during the bundle process.
[tsl] ERROR
TS5074: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option `--tsBuildInfoFile` is specified.
Attempted with ts-loader versions
Expected behavior:
Error should not occur, as no error occurs in [email protected]
Related Issues:
TypeScript Version: 3.5.0-dev.20190517
Search Terms:
webpack, ts-loader, incremental build
Description:
/edit: strikethrough what I thought was related issue
Doing a normal build with typescript@next as 3.4.5 has issues with
--incrementalflag and when sources get regenerated. It appears we cannot move to 3.5.0 as it breaks our webpack bundling with the following errors for each ts(x) file encountered during the bundle process.Attempted with ts-loader versions
Expected behavior:
Error should not occur, as no error occurs in [email protected]
Related Issues:
Provide --build/--incremental APIs for build tools: Provide --build/--incremental APIs for build tools #29978