FountainJS / generator-fountain-angular2

Yeoman 'fountain' generator to start a webapp with Angular 2
http://fountainjs.io
MIT License
82 stars 19 forks source link

Tree Shaking with Babel & Webpack #90

Open Swiip opened 7 years ago

Swiip commented 7 years ago

Had to deactivate it because of a failing in integration tests. Didn't find a way to make it pass. Would be great to get it back.

RohitRane commented 7 years ago

Any plans to support tree shaking in near future?

Swiip commented 7 years ago

Nothing soon. You can try easily on your project by configuring babel not to transpile imports and exports, there is plenty of blog on the subject

RohitRane commented 7 years ago

Ok.. Thanks for the update.