When targeting Node, is there a way to bundle depe...
# javascript
e
When targeting Node, is there a way to bundle dependencies imported through
npm(...)
? My project generates JavaScript files using ANTLR, which are moved to a "fake" local package, which I then need to ship with the built Kotlin Node.js artifact.