Wyatt Kennedy
04/30/2022, 8:36 AM@JsModule("reflect-metadata")
external val blank : dynamic
val force = blank.test
I just want the module to be included and run always. Without something like this being in the code somewhere, it never gets run and other dependencies that require it fail on load. putting the package.to.blank
in the dce keep option does not retain it. Did I miss anything in the documentation?turansky
04/30/2022, 8:56 AMturansky
05/01/2022, 3:26 PM