-
-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
pinneddon't let probot-stale closedon't let probot-stale close
Description
Typescript 3.4 (RC) includes a new "incremental" flag: https://devblogs.microsoft.com/typescript/announcing-typescript-3-4-rc/
I've updated to 3.4 and set this flag to true.
If I do tsc -p tsconfig.json then the build cache is generated and subsequent calls are much faster.
But if I run it through webpack (which is using ts-loader), then the build cache is not generated and subsequent calls take about the same time as previously.
Does ts-loader need to be changed in order to support it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pinneddon't let probot-stale closedon't let probot-stale close