-
Notifications
You must be signed in to change notification settings - Fork 178
Slow rebuilds comparing to ts-loader? #269
Comments
@whitecolor please provide some additional information about your setup: OS, node version, at-loader version, tsconfig |
@s-panferov |
@s-panferov in my case I am using webpack 2 beta 27 as well and in the same project with ts-loader rebuild is ~143 ms and ATL starts rebuilding late for some reason and when it rebuilds it takes around ~3688ms. Stats are given in the link given in my issue above. |
@asadsahi what version of the loader you use? |
Last time when I tried it was:
Vs
|
@asadsahi |
@asadsahi could you please try [email protected] on your codebase? |
Thanks @whitecolor those happen to be latest versions. @s-panferov will try with beta.9. Give me a sec. |
@s-panferov , Thanks for bringing magic back in ATL again. With ts-loader: With awesome-typescript-loader: Means, ATL is taking lead in 3.beta9 again. BTW, what magic you have done? :) |
@asadsahi the loader forks a process with TypeScript compiler and communicates with it via IPC. This leads to better parallelism. |
I can confirm that |
Detail can be found in this issue. Rebuilds are ~4 times slower compared to ts-loader. Please let me know if more details required.
The text was updated successfully, but these errors were encountered: