Hello everyone. Im creating a library with wrapper...
# javascript
s
Hello everyone. Im creating a library with wrappers for redux and react/redux, One of the problems I have is that when I build the library for distribution, all the comments are gone. Any ideas on how to tell the compiler to keep the comments? maybe in the .kjsm file? Thanks!
a
Hi! Where are you publishing your library to? AFAIK at the moment publishing library sources is the only way. Gradle should work moreless out of the box, NPM will require some manual configuration in IDEA. If you give more detail about your use case I might be able to provide some more specific information.