Yan Pujante
11/23/2020, 2:29 PMcommonWebpackConfig
syntax
kotlin {
js(IR) {
browser {
binaries.executable()
commonWebpackConfig {
outputFileName = "re-quickstart-${project.version}.js"
cssSupport.enabled = true
}
}
}
}
I don't know if it is related but I am getting an error:
Execution failed for task ':browserProductionWebpack'.
> Unable to store input properties for task ':browserProductionWebpack'. Property 'webpackConfigAppliers' with value '[org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig.() -> kotlin.Unit]' cannot be serialized.
bashor
11/23/2020, 4:46 PMIlya Goncharov [JB]
11/23/2020, 5:19 PM