dazinator / NetPack

.Net Core library, for runtime processing of static files such as typescript, js, css etc.
13 stars 2 forks source link

Typescript sample page error with incremental compilation #29

Closed dazinator closed 6 years ago

dazinator commented 6 years ago

On the sample page, multiple typescript files in a pipeline compile to js files just fine the first time, however if you change a file causing the pipeline to recompile, the typescript compiler throws an error.

image

dazinator commented 6 years ago

Problem was due to this: https://github.com/aspnet/JavaScriptServices/issues/640