Hello, does anyone know if this is supported with KotlinJS? <https://webpack.js.org/guides/code-spli...
r
Hello, does anyone know if this is supported with KotlinJS? https://webpack.js.org/guides/code-splitting/
t
It’s bundler configuration. You need: 1. Use file to file compilation mode 2. Write entries configuration 3. PROFIT
1
r
Thank you