Hi, I'm trying kotlin react. I mixed successfully ...
# javascript
y
Hi, I'm trying kotlin react. I mixed successfully the usage of
kotlin-frontend-plugin
and the sample from
kotlinconf-app
(https://github.com/JetBrains/kotlinconf-app). Now I would like to add
ukit
, so I added it to the
npm
part of the buildscript. But I dont know/understand how to bundle it or make it served by webpack. (Given I'm a total newbie with webpack and last time I touched web development, HTML 3.2 was still the state of the art)
b
cc @cy @Filipp Riabchun
y
Thanks for the /cc. Finally I used the gradle node plugin and do some wizardry in the build script + manual webpack configuration (I've learned a lot ^^)