0

I'm going through the angular 2 deployment documentation on AOT and it recommends making copies of the JIT compilation files and maintaining the AOT and JIT files side by side.

Ideally I would be able to develop with the AOT / Rollup compilation configuration only. The documentation mentions that this will soon be possible. Just wondering whether anyone has any experience with this? Is it still slow relative to JIT compilation or can a reasonably fast development experience be had with real time AOT compilation and tree shaking?

Ole
  • 41,793
  • 59
  • 191
  • 359
  • Reading through this new tutorial (https://www.sitepoint.com/ultimate-angular-cli-reference/) and it looks like this may have been fleshed out better with the new angular-cli – Ole Apr 26 '17 at 04:12
  • Just try 4.0 and see if it suits you. For me it's still very slow for development with Webpack, so maintaining JIT and AOT configurations together makes sense. – Estus Flask Apr 26 '17 at 05:19

0 Answers0