martmists
05/11/2022, 2:29 PMindex.js
in a multiplatform project? I tried it like this but it still uses the project name instead:
js("frontend", IR) {
binaries.executable()
browser {
commonWebpackConfig {
cssSupport.enabled = true
output?.library = "index" // tell it to generate as index.js
}
}
}
turansky
05/11/2022, 9:11 PM