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
If opts.standalone === true, then the standalone name will be set to the filename (without extension) of the source file.
Addresses issue browserify#42.
When running with
opts.standalone
, I would like the standalone name to be dynamic, based on the source file being packed.For example, if the source file is
/lib/alert.js
, the standalone name should be set toalert
.I propose this be the default behavior if
opts.standalone === true
.The text was updated successfully, but these errors were encountered: