Matt
07/20/2018, 5:07 PM@JsNonModule
Roman Artemev [JB]
07/20/2018, 5:20 PMdexie
? I mean the line where $module$dexie
is defined.Matt
07/20/2018, 5:34 PM(function (_, Kotlin, $module$dexie) {
// ..
}(module.exports, require('kotlin'), require('dexie')));
Matt
07/20/2018, 5:37 PMval database = Dexie("foo")
Roman Artemev [JB]
07/20/2018, 5:52 PMMatt
07/20/2018, 6:30 PMfile:/
dependency -- which otherwise works ... just the references to Dexie as a third-party dependency are proving troublesome. Is there a better way we might go about this?Roman Artemev [JB]
07/20/2018, 6:33 PM