Ilya Goncharov [JB]
01/13/2020, 2:38 PMankushg
01/13/2020, 4:50 PMIlya Goncharov [JB]
01/13/2020, 4:55 PMankushg
01/13/2020, 7:42 PMdceOptions.keep
configured the same way as it was with the old plugin?Ilya Goncharov [JB]
01/13/2020, 7:57 PMjs
target via dceTask
kotlin {
target { // or js for mpp
dceTask {
// dceOptions.keep and so on
}
}
}
Nikky
01/13/2020, 11:12 PM16.9.0-pre.87-kotlin-1.3.70-dev-2420-ir-02
?
if not.. hope there will be a compatible release soonGurupad Mamadapur [FH]
01/14/2020, 9:04 AMNikky
01/14/2020, 9:21 AMIlya Goncharov [JB]
01/14/2020, 9:32 AMNikky
01/14/2020, 9:34 AMIlya Goncharov [JB]
01/14/2020, 9:39 AMkotlin-wrappers
should be published while 1.3.70 will be released, for EAP it is not providedNikky
01/14/2020, 2:36 PMdce
for webpack whether the plugin is enabled or not ?
i see the step processDceKotlinJs
so is the dce plugin not needed anymore ?Ilya Goncharov [JB]
01/14/2020, 2:44 PMso is the dce plugin not needed anymore ?Yes, now DCE tool run is integrated in Kotlin/JS gradle plugin, and you don’t need to apply dce plugin explicitly
Nikky
01/14/2020, 2:47 PMpatrickdelconte
01/14/2020, 5:08 PMGurupad Mamadapur [FH]
01/15/2020, 7:33 AMstarter.js:39 Uncaught TypeError: b is not a function
at Object.l (starter.js:39)
at Object.<anonymous> (starter.js:39)
at n (bootstrap:19)
at Object.<anonymous> (starter.js:39)
at n (bootstrap:19)
at Object.<anonymous> (starter.js:39)
at n (bootstrap:19)
at Object.<anonymous> (starter.js:39)
at n (bootstrap:19)
at bootstrap:83
Gurupad Mamadapur [FH]
01/15/2020, 7:34 AMIlya Goncharov [JB]
01/15/2020, 7:55 AMdce
plugin manually earlier (in 1.3.60 e.g.)? Did it work with js
and dce
plugin separately?
Does it work in development
mode? For example, if you run
your application (it is run with browserDevelopmentRun
task)?Gurupad Mamadapur [FH]
01/15/2020, 9:14 AMDid you apply dce plugin manually earlier (in 1.3.60 e.g.)? Did it work with js and dce plugin separately?
No, I had not. Haven't tried using dce plugin separately yet. Will try.
Does it work in development mode? For example, if you run your application (it is run with browserDevelopmentRun task)?
Yep, it works in dev mode.Ilya Goncharov [JB]
01/15/2020, 9:20 AMNo, I had not. Haven’t tried using dce plugin separately yet. Will try.It is just for information, is this regression relative to previous version, and is it related with
js
-dce
link, or maybe dce
only problemGurupad Mamadapur [FH]
01/15/2020, 10:26 AM1.3.61
, running into https://youtrack.jetbrains.com/issue/KT-35855
@Ilya Goncharov [JB]
Let me know if you need any other help, thanks!bashor
01/20/2020, 7:16 PM...
browser {
dceTask {
dceOptions {
keep("ktor-ktor-io.\$\$importsForInline\$\$.<http://ktor-ktor-io.io.ktor.utils.io|ktor-ktor-io.io.ktor.utils.io>")
}
}
}
...
Ilya Goncharov [JB]
01/21/2020, 10:53 AMGurupad Mamadapur [FH]
01/21/2020, 12:52 PM