alexpods / angular2-universal-starter

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

Webpack2 Support #54

Open ansarizafar opened 8 years ago

ansarizafar commented 8 years ago

Please use Webpack2 for this starter.

alexpods commented 8 years ago

Hi, @ansarizafar! Webpack2 is in a beta now. Could you be more specific why you want it so much before it's stable?

ansarizafar commented 8 years ago

@alexpods I am interested in tree shaking feature of Webpack2.

alexpods commented 8 years ago

@ansarizafar Not in a priority right now. But I think I'll do it.

alexpods commented 8 years ago

@ansarizafar The problem to use webpack2 right now is that webpac-dev-server doesn't support it at the moment. I'll move to webpack2 as soon as webpack-dev-server supports it.

ansarizafar commented 8 years ago

@alexpods this project is using webpack2 [https://github.com/mattkrick/meatier] with a production ready build.

alexpods commented 8 years ago

@ansarizafar Thanks. I'll take a look at it.

ansarizafar commented 8 years ago

@alexpods also check this gist from Webpack author about webpack2 https://gist.github.com/sokra/27b24881210b56bbaff7