HI! I want to be able to declare `devDependencies`...
# kontributors
s
HI! I want to be able to declare
devDependencies
in the
org.jetbrains.kotlin.js
plugin. I tried to implement it in the Kotlin repository that I forked, and it worked as expected. So I want to send a Pull Request, but is there a problem?
I’m developing an SPA using Kotlin/JS. Before releasing this SPA to production, I want to analyze the bundle file using
webpack-bundle-analyzer
, but I’m struggling because I can’t declare
devDependecies
. My Pull Request solves this problem. If necessary, create an ticket in YouTrack.
t
cc @Ilya Goncharov [JB]
i
We have issue on that https://youtrack.jetbrains.com/issue/KT-32531 Feel free to send PR, I’ll take a look For now I believe, that it should called
devNpm
🙌 1
s
👍 1