I'm stuck. Applying "kotlin-dce-js" to a js project is kicking "error: duplicate target file will be created for..." on build. Google has yielded little answers. It seems as though it's trying to output two files with the same name from the node_modules to the same dir. I have failed to locate information on how or if I should configure the scope of what is processes beyond
https://kotlinlang.org/docs/reference/javascript-dce.html#configuring. Any help would be appreciated.