You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I might need to implement one, because Aurelia 2 will ship an umbrella npm package to provide a single import entry point which will ease the usage. We need tree-shaking to remove unused re-exports.
If I do implement tree-shaking, it will be a very naive one, only deal with re-exports, do not remove unused code blocks.
The text was updated successfully, but these errors were encountered:
I am not a fan of tree-shaking.
But I might need to implement one, because Aurelia 2 will ship an umbrella npm package to provide a single import entry point which will ease the usage. We need tree-shaking to remove unused re-exports.
If I do implement tree-shaking, it will be a very naive one, only deal with re-exports, do not remove unused code blocks.
The text was updated successfully, but these errors were encountered: