preact/compat does the take up the bundle size in webpack? #4468
|
preact/compat is a sub module...?, so if i refer to it, does it occupy a bundle size by included to bundle?
|
Answered by
rschristian
Aug 5, 2024
Replies: 2 comments 4 replies
|
Yep, if you use Is there a particular problem you're having? |
0 replies
Answer selected by
MTtankkeo
|
Thanks, I was just curious, because I like to lightweight my project more. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, if you use
preact/compatin any way, it'll be added to the overall bundle of your app.Is there a particular problem you're having?