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: false does not disable client-side tree shaking #1058

Closed
matthewp opened this issue Jul 31, 2018 · 0 comments
Closed

treeShaking: false does not disable client-side tree shaking #1058

matthewp opened this issue Jul 31, 2018 · 0 comments

Comments

@matthewp
Copy link
Member

This flag should set the treeShaking: false on the loader object, to prevent tree-shaking there as well.

@matthewp matthewp self-assigned this Jul 31, 2018
matthewp added a commit that referenced this issue Jul 31, 2018
When the BuildOption `treeShaking: false` is provided, also disable
client-side tree shaking by setting the `treeShaking: false` config on
the Loader.

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

No branches or pull requests

1 participant