FountainJS/generator-fountain-angular2

Tree Shaking with Babel & Webpack

Swiip opened this issue · 3 comments

Swiip commented

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.

Any plans to support tree shaking in near future?

Swiip commented

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

Ok.. Thanks for the update.