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

Add "sideEffects": false to package.json #25

Merged
merged 1 commit into from May 3, 2020

Conversation

crazytoucan
Copy link
Contributor

Per https://webpack.js.org/guides/tree-shaking/ , the "sideEffects" flag is used to discern which transitively imported files can be dropped for tree-shaking. In Redoodle's case, there are no side effects of any module imports.

@crazytoucan crazytoucan merged commit ef090fb into master May 3, 2020
@crazytoucan crazytoucan deleted the ar/side-effects-false branch May 3, 2020 19:33
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 this pull request may close these issues.

None yet

1 participant