Using multiplatform plugin with a js node/browser ...
# javascript
t
Using multiplatform plugin with a js node/browser library target: i never saw this webpack people were talking about. checked the docs, and it says to do this:
Copy code
./gradlew browserProductionWebpack
tried that and it helpfully tells me this:
Copy code
jsBrowserProductionWebpack
so i did that and cool, it works. though this option does not show in the gradle tool window in IntelliJ. Is that a bug?
Restarted IntelliJ, but still not in the list of tasks returned from ./gradlew/ tasks. So I will just remember it in history I guess.