is it possible that we use vitejs instead of webpa...
# javascript
s
is it possible that we use vitejs instead of webpack?
b
Well you can take kjs output and feed it to whatever bundler you want. Webpack is simply supported by kotlin plugin out if the box, but nothing stops you from integrating with other bundlers.
2