How can I achieve lazy loading to reduce initializ...
# javascript
j
How can I achieve lazy loading to reduce initialize time of any kotlin js browser app?
a
@turansky ^^
t
It’s possible with Seskar plugin 😉
👍 1
j
@turansky thanks for the plugin reference. It seems i have to maintain some rules to be able achieve lazy loading. But is there any easy way for ongoing project using webpack or something to achieve the lazy loading solution?
t
It works with any bundler
Only
target="es2015"
and
per-file
granularity required