Marius Kotsbak
12/03/2024, 10:01 AMtasks.withType<KotlinJsCompile>().configureEach {
compilerOptions {
target.set("es2015")
}
}
to the example KVision project made by IntelliJ wizard. It gives the following error when building:
> Task :jsBrowserProductionWebpack
export 'default' (imported as 'modulesExt') was not found in 'snabbdom' (possible exports: Fragment, array, attachTo, attributesModule, classModule, datasetModule, eventListenersModule, fragment, h, htmlDomApi, init, jsx, primitive, propsModule, styleModule, thunk, toVNode, vnode)
Is something broken?Artem Kobzar
12/03/2024, 10:18 AMMarius Kotsbak
12/03/2024, 11:01 AMRobert Jaros
12/03/2024, 11:05 AMMarius Kotsbak
12/03/2024, 11:06 AMMoritz Hofmeister
12/04/2024, 7:43 AM