Cannot build with --enable-all-js-modules

Hi, the more recent releases of Janus fail to build for me in what seems like JS bundle issues. See below. The last build that works for me is 1.1.2

#9 62.12 module.js → dist/janus.umd.js…
#9 62.41 [!] RollupError: You must supply “output.name” for UMD bundles that have exports so that the exports are accessible in environments without a module loader.
#9 62.41 Configuration Options | Rollup
#9 62.41 at error (/usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:279:30)
#9 62.41 at Object.umd (/usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:15403:16)
#9 62.41 at Chunk.render (/usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:16222:27)
#9 62.41 at async Promise.all (index 0)
#9 62.41 at async renderChunks (/usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:17808:28)
#9 62.41 at async Bundle.generate (/usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:18030:13)
#9 62.41 at async /usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:26226:27
#9 62.41 at async catchUnfinishedHookActions (/usr/src/janus-gateway/npm/node_modules/rollup/dist/shared/rollup.js:25409:20)
#9 62.41 at async Promise.all (index 0)
#9 62.41 at async build (/usr/src/janus-gateway/npm/node_modules/rollup/dist/bin/rollup:1558:5)

Any idea how to set the “output.name” for Rollup?

FWIW, I’ve always built with the following command:

./configure  --disable-rabbitmq --disable-mqtt  --enable-all-js-modules
make
make install
make configs

I don’t see a config option to set the “output.name” for the UMD bundle, and I don’t see anything in the build instructions about it at GitHub - meetecho/janus-gateway: Janus WebRTC Server

Is there a config or build flag that I am missing?

Thanks for any advice

Is it possible we need to add ‘file’ ‘format’ and 'name to this ?:

see: Configuration Options | Rollup

Should be fixed by Fix building of js modules with "make" (fixes #3416) · meetecho/janus-gateway@bae9c51 · GitHub