kobwebApplicationBrowser

fun KotlinJsTargetDsl.kobwebApplicationBrowser(kobwebName: String? = null)(source)

Handle registering a JS browser target for this module (configured for a Kobweb application).

Note: Most people won't call this directly, but should instead use configAsKobwebApplication.

Parameters

kobwebName

A name to use as the base of the output JS file. If left blank, a name will be created using suggestKobwebProjectName. If you change this later, you should also check your .kobweb/conf.yaml file and update relevant entries.