Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Leste meg litt opp på webpack og fant ut at devtool ikke er noe man trenger å ha i prod (som vi kanskje burde skjønt basert på navnet :Pp) og som jeg ikke ser noe behov for at vi har i prod.
En kjapp sjekk viser at det reduserer js-bundlene med ca 75% som for oss vil si ca 3MB. Google-søket mitt til kilder av ubekreftet kvalitet sier at én MB internett er ca 20g CO2. Antar vi rundt 200 sidenedlastinger per dag (fant ikke nøyaktig tall i firebase-konsollen på dette så det er basert på 60 (ekte tall) daglige brukere og antatt 3-4 lastinger per bruker) vil det si 200 * 20 * 3 * 365 / 1000 = 4380 kg CO2 spart per år. Det virket faktisk som en del så gjerne dobbeltsjekk matten min her.
Anyways, tror dette vil gjøre susen og, om det funker så bra som jeg tror det gjør, vil det også gjøre at tavla scorer bedre på en god del performance metrics.
Før:
Etter: