kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

[KT-70029] Allow setting of configFile

Open omarismail94 opened this issue 1 year ago • 0 comments

The tasks:

"wasmJsBrowserDevelopmentWebpack",
"wasmJsBrowserDevelopmentRun",
"wasmJsBrowserProductionWebpack",
"wasmJsBrowserProductionRun",

of type KotlinWebpack have the same output configFile file:

projectBuildDir/js/packages/projectName-wasm-js/webpack.config.js

I want to be able to set these to different locations.

omarismail94 avatar Jul 18 '24 17:07 omarismail94