Yea I don't mind concating them, but it won't expo...
# javascript
k
Yea I don't mind concating them, but it won't export the library file unless I use DCE.
a
AFAIK kotlin-frontend plugin should handle that. It traverses the dependencies and extracts the library files for
webpack
to consume. That could also be done manually (tell me if you need an example). If your use case is not too complex the kotlin-frontend plugin should handle the problems you've mentioned (https://github.com/Kotlin/kotlin-frontend-plugin)
k
Thanks