Is the generated code tree-shakeable? #318
Closed
ferretwithaberet
started this conversation in
General
Replies: 2 comments 16 replies
-
That's a good question @ferretwithaberet. We have not focused on this yet, but it is one of the main criticisms of the original package as far as I'm aware. What are you building with it? |
Beta Was this translation helpful? Give feedback.
16 replies
-
Starting with v0.46.0, services are tree-shakeable 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the question states, is the generated code tree-shakeable? How would one build a library that would allow for tree-shaking?
is setting
sideEffects: false
in the package.json file enough?Beta Was this translation helpful? Give feedback.
All reactions