Carter
10/31/2024, 5:28 PMian.shaun.thomas
10/31/2024, 6:00 PMturansky
11/01/2024, 4:34 PMAre others seeing similar size increases?It's highly recommended to use
webpack-bundle-analyzer
for such problems.turansky
11/01/2024, 4:34 PMCarter
11/01/2024, 7:34 PMCarter
11/01/2024, 7:34 PMturansky
11/01/2024, 9:40 PMgradle.properties
:
kotlin.js.ir.output.granularity=whole-program
ian.shaun.thomas
11/01/2024, 9:56 PMturansky
11/01/2024, 10:02 PMper-module
ian.shaun.thomas
11/01/2024, 10:02 PMturansky
11/01/2024, 10:04 PMturansky
11/01/2024, 10:05 PMper-file
? 😉ian.shaun.thomas
11/01/2024, 10:06 PMian.shaun.thomas
11/01/2024, 10:06 PMturansky
11/01/2024, 10:06 PM./gradlew clean
before checkCarter
11/01/2024, 10:09 PMCarter
11/01/2024, 10:10 PMturansky
11/01/2024, 10:10 PMturansky
11/01/2024, 10:11 PMCarter
11/01/2024, 10:12 PMCarter
11/01/2024, 10:15 PMturansky
11/01/2024, 10:15 PMfetch
it was -500KB
approximately.turansky
11/01/2024, 10:17 PMCarter
11/01/2024, 10:18 PMCarter
11/01/2024, 10:38 PMCarter
11/02/2024, 1:18 PMExecution failed for task ':browser-app:jsBrowserProductionWebpack'.
> Module not found: Error: Can't resolve '../../../kotlin-datetime-library-kotlinx-datetime/kotlinx/datetime/jsjodaexceptions.mjs' in '~/project/build/js/packages/Sigma-browser-app/kotlin/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime'
turansky
11/02/2024, 1:25 PMwebpack-bundle-analyzer
reports requiredCarter
11/02/2024, 1:25 PMturansky
11/02/2024, 1:27 PMturansky
11/02/2024, 1:28 PMwhole-program
< per-module
turansky
11/02/2024, 1:28 PMCarter
11/02/2024, 1:29 PMturansky
11/02/2024, 1:36 PMFor each? Or just the smallest?For full picture first 3 required
Moritz Hofmeister
11/05/2024, 8:41 PMCarter
11/05/2024, 8:42 PMMoritz Hofmeister
11/05/2024, 8:43 PMCarter
12/29/2024, 3:34 PMMoritz Hofmeister
01/09/2025, 2:45 PMCompose
related because the bundle sizes of our projects stayed the same after updating to ktor 3.0.3 (from 2.x.x)
FYI @CarterCarter
01/09/2025, 2:46 PMian.shaun.thomas
01/09/2025, 5:15 PMwhole-program
seems to be the smallest output size by about 1MB for meCarter
01/10/2025, 10:08 PM