I have a problem using kotlin js incremental compilation with webpack watch. When changes occurred kotlin compiler removes target js file before compilation and webpack build fails in watch mode. Is there some workaround?
k
konsoletyper
11/17/2017, 11:29 AM
The workaround is to copy generated js in another folder and build bundle from that folder