Daniele B
09/25/2020, 10:41 AMaltavir
09/25/2020, 12:27 PMRobert Jaros
09/25/2020, 1:57 PMRobert Jaros
09/25/2020, 1:57 PMSebastian Aigner
09/25/2020, 2:21 PMRobert Jaros
09/25/2020, 2:27 PMSebastian Aigner
09/25/2020, 2:54 PMaltavir
09/25/2020, 3:11 PMturansky
09/26/2020, 10:17 PMplotly
and/or threejs
are ES6 libraries.altavir
09/27/2020, 6:23 AMturansky
09/27/2020, 10:18 AMthreejs
will be included fully in your bundle, because ES modules still not supported by Kotlin/JS.
Solution - filter threejs
imports via plugin.
You can copy my plugin and adopt it for threejs
.
Also you can find example project.altavir
09/27/2020, 10:19 AMturansky
10/13/2020, 12:59 AM