With this gradle setup should running gradle creat...
# gradle
s
With this gradle setup should running gradle create a build/js/packages directory?
Copy code
js {
        moduleName = "PlayerCreationCore"
        browser {}
        binaries.executable()
        useCommonJs()
    }