build.gradle.kts.kt
# javascript
f
build.gradle.kts.kt
t
Do you need standalone JS for Firebase?
f
Yes I do. Firebase cloud functions only support JS
t
Standalone = without external dependencies
With
nodejs {}
target you will have external dependencies - possibly it’s real problem
f
thats what I need yes
I need external dependencies. Firebase for example requires me to have two external dependencies or it will not work
t
Looks like you need
browser
target, which can build independent JS distribution (with dependencies inside)