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

fix(client): update some of webpack deps #128

Merged
merged 4 commits into from
Apr 10, 2024
Merged

Conversation

obenjiro
Copy link
Contributor

I got some good results after reading https://blog.theodo.com/2021/04/library-tree-shaking/

added 3 properties

  optimization: {
    usedExports: true,
    sideEffects: true,
    innerGraph: true,
  }

And updated webpack and some of it's dependencies

@melikhov-dev melikhov-dev requested a review from ValeraS April 10, 2024 10:50
@ValeraS ValeraS changed the title fix(client): fix webpack treeshaking and update some of webpack deps fix(client): update some of webpack deps Apr 10, 2024
@ValeraS ValeraS merged commit eacd035 into gravity-ui:main Apr 10, 2024
2 checks passed
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.

2 participants