-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let versus var Treeshaking Issue Caused By Terser #64
Comments
@Lonniebiz no, tree shaking it is part of |
@evilebottnawi : When I turn on terser's warnings option, I do see that terser is responsible for dropping unused functions and that's what tree-shaking is all about, right? And, btw, the comment I referenced above (where terser is suspected) was made by (I think) the creator of webpack. I see what you're saying, this plugin has nothing to do with terser's actual code. |
@Lonniebiz webpack/webpack#8692 (comment), please create issue in terser repo, thanks! |
@Lonniebiz Oh fuck! (Sorry to be rude) This is exactly the problem I'm trying to solve! |
I've been advised that a Tree-shaking issue I'm having in Webpack may be being caused by terser:
webpack/webpack#8692 (comment)
If you scroll up from that comment, you can see the entire issue.
I'm I submitting this at the correct place?
The text was updated successfully, but these errors were encountered: