Previously I use the IDEA built-in system to build my kotlinJs project. Today when I migrate it to use the official gradle kotlin2js plugin.
I met a problem.
Previously, I can get the generated libs file like kotlin.js and kotlinx-html-js.js.
But now it seems that I can't get them even when use the buildDependents gradle task.
How to get them?
Or even better, how to bundle them together like the Webpack?