Skip to content
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

Treeshaking introduces stray semi colons which cause the code to break #3941

Closed
ashubham opened this issue Jan 29, 2021 · 2 comments · Fixed by #3943
Closed

Treeshaking introduces stray semi colons which cause the code to break #3941

ashubham opened this issue Jan 29, 2021 · 2 comments · Fixed by #3943

Comments

@ashubham
Copy link

Expected Behavior

Build should succeed.

Actual Behavior

SyntaxError: Unexpected token punc «;», expected punc «)»

If you notice in the repl, if you turn treeshake: false the error goes away and the build is successful.

@lukastaegert
Copy link
Member

Fix at #3943

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants