alexpods / angular2-universal-starter

Enjoy Server Side rendering and Web Workers in your Angular2 Application
224 stars 50 forks source link

live reload is slow #39

Closed bkinsey808 closed 8 years ago

bkinsey808 commented 8 years ago

Seems like bundling is slow and unnecessary in dev mode. Any way to bypass webpack bunding in the dev mode, and just serve the files unbundled?

alexpods commented 8 years ago

@bkinsey808 I'm working on this right now. I think some solution will be done in several hours

alexpods commented 8 years ago

@bkinsey808 In #40 rebuilding speed was improved and I think I can improve it even more. Initial build time still slow though, but I think it's not so important.

Could you check this out? If rebuild speed is still not fast enough, feel free to tell me about it.

bkinsey808 commented 8 years ago

OH WOW! You did it. You're a smart guy, I need to learn from you. Very dramatic speed increase, now it's just under 2 seconds from save to seeing the change on the screen on my computer.