bpkg icon indicating copy to clipboard operation
bpkg copied to clipboard

--umd option doesn't set a global variable in the Electron Renderer

Open awt opened this issue 6 years ago • 0 comments

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.

awt avatar May 29 '19 13:05 awt