Arkadii Ivanov
06/28/2022, 9:55 PMlibrary
that depends on e.g. org.jetbrains.kotlin-wrappers:kotlin-react-dom
, is there are way to automatically populate transitive NPM dependencies in package.json
? So that I can avoid adding implementation(npm("react-dom", "*"))
explicitly.Big Chungus
06/28/2022, 10:42 PMArkadii Ivanov
06/28/2022, 11:02 PMbrowserProductionLibraryDistribution
I need to webpack
the output. I need all transitive NPM dependencies to be present in package.json
. Currently I'm adding them manually, which is error prone. It's also not straight forward as I need to guess what Kotlin wrapper belongs to what NPM module (or multiple modules). E.g. it's not clear what NPM module(s) should I add if I use kotlin-emotion
.Big Chungus
06/28/2022, 11:08 PMandylamax
06/29/2022, 1:02 AMIlya Goncharov [JB]
06/29/2022, 6:23 AMBig Chungus
06/29/2022, 7:19 AMIlya Goncharov [JB]
06/29/2022, 7:26 AMandylamax
06/29/2022, 7:43 AMBig Chungus
06/29/2022, 11:54 AM