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

reduces bundle size #362

Merged
merged 2 commits into from
Aug 31, 2021
Merged

reduces bundle size #362

merged 2 commits into from
Aug 31, 2021

Conversation

petethepig
Copy link
Member

@petethepig petethepig commented Aug 31, 2021

Before: 546.1 KB
After: 471.44 KB

^ these are gzipped production numbers from webpack bundle analyzer

This is what it currently looks like:
Screen Shot 2021-08-31 at 1 27 26 AM

Addresses #362

@github-actions github-actions bot requested a review from Rperry2174 August 31, 2021 00:18
@@ -23,7 +22,7 @@ import {
import { parseLabels, encodeLabels } from "../util/key";

const enhancer = composeWithDevTools(
applyMiddleware(thunkMiddleware, promiseMiddleware)
applyMiddleware(thunkMiddleware)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we're not using promiseMiddleware

@codecov
Copy link

codecov bot commented Aug 31, 2021

Codecov Report

Merging #362 (810a329) into main (df05add) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #362   +/-   ##
=======================================
  Coverage   51.61%   51.61%           
=======================================
  Files         104      104           
  Lines        5007     5007           
=======================================
  Hits         2584     2584           
  Misses       2175     2175           
  Partials      248      248           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5aa9d75...810a329. Read the comment docs.

@petethepig petethepig merged commit 90cfee2 into main Aug 31, 2021
@petethepig petethepig deleted the bundle-size-optimization branch August 31, 2021 18:31
@Rperry2174 Rperry2174 mentioned this pull request Aug 31, 2021
korniltsev pushed a commit that referenced this pull request Jul 18, 2023
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.

1 participant