Ethan Davidson
05/20/2021, 8:26 PMturansky
05/20/2021, 10:20 PMkotlinx-html
0.7.3
available in maven central
3. Do you use webpack-loader
? I use such configuration (different for production and dev)
4. I don’t “dependecies” between targets. Is it possible?Ethan Davidson
05/21/2021, 1:08 AMturansky
05/21/2021, 1:44 AM3: No, I’ve never messed around with webpack at all, but I think you should be able to add any configuration to both worker and client.I use Gradle plugins (KFC plugins) for automatic webpack configuration. Loader will be applied automatically, if you build application
btw is this example also using webworkers?Yes, it’s playground for related Gradle plugin
turansky
05/21/2021, 1:58 PM