bpkg
bpkg copied to clipboard
--umd option doesn't set a global variable in the Electron Renderer
Steps to reproduce:
bpkg --browser --umd --name primitives --output /tmp/primitives.js lib/primitives/index.js
Include the file in any web page rendered an ElectronJS Browser window.
The primitives variable will be undefined.