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?