Skip to content

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

Merged
ValeraS merged 4 commits intogravity-ui:mainfrom
obenjiro:main
Apr 10, 2024
Merged

fix(client): update some of webpack deps#128
ValeraS merged 4 commits intogravity-ui:mainfrom
obenjiro:main

Conversation

@obenjiro
Copy link
Copy Markdown
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
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