Not really. Webpack is currently the only bundler ...
# kvision
r
Not really. Webpack is currently the only bundler supported by Kotlin/JS. There is an open issue you can vote on Kotlin youtrack - https://youtrack.jetbrains.com/issue/KT-48308/KJS-Support-a-different-bundler-in-JS-in-addition-to-WebPack
a
only supported by the build plugins, not the only one that would work. Can
useEsModules()
and work your own vite magic around that.