Casey Brooks
07/22/2019, 7:50 PMCasey Brooks
07/24/2019, 5:05 PMkotlin-dce-js
plugin doesn’t seem to run correctly. I get the un-bundled and un-minified JS source modules from my code and its dependent libraries in build/kotlin-js-min/
, and the webpack bundle in build/libs/
is not minified either (is about 2mb still for a simple “Hello World”). Same results whether I use the kotlin("js")
or kotlin("multiplatform")
gradle pluginsRoman Artemev [JB]
07/24/2019, 5:45 PMrunDceKotlinJs
gradle task. Does dce produce anything?Casey Brooks
07/24/2019, 6:03 PMrunDceJsKotlin
Casey Brooks
07/24/2019, 6:03 PMrunDceJsKotlin
Casey Brooks
07/24/2019, 6:04 PMRoman Artemev [JB]
07/24/2019, 6:06 PMit doesn’t seem to actually be removing dead codeSo size of files in kotlin-js-min directory hasn’t changed?
Roman Artemev [JB]
07/24/2019, 6:06 PMCasey Brooks
07/24/2019, 6:06 PM:plugins:OrchidSearch:widget
Roman Artemev [JB]
07/24/2019, 6:07 PMCasey Brooks
07/24/2019, 6:07 PMRoman Artemev [JB]
07/24/2019, 7:27 PMCasey Brooks
07/24/2019, 7:35 PM