browserify / browserify/browser-pack
Support dynamic standalone module name, based on source file name
Open
- Dominant language
- JavaScript
- Stars
- 170
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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 to `alert`.
I propose this be the default behavior if `opts.standalone === true`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.