You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--standalone -s Generate a UMD bundle for the supplied export name.
This bundle works with other module systems and sets the name
given as a window global if no module system is found.
The text was updated successfully, but these errors were encountered:
We may be able to remove the browser.js file and change our build steps to look more like this:
notice the -s flag and change in entry point from src/browser.js to src/index.js
from the browserify docs:
The text was updated successfully, but these errors were encountered: