browserify / browserify/browser-pack

Not able to use standalone & require flags at the same time

Open
#45 11 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
170
Forks
58
PR merge metrics
No merged PRs in 30d

Description

As notified at https://github.com/substack/node-browserify/issues/939, I'm not able to generate a bundle that at the same time can be used standalone and also export its content so it can be required by other bundles, that it's useful for frameworks that can use build-in and external plugins at the same time. Reviewing the code, [there's a conditional that explicit forbit this use case](https://github.com/substack/browser-pack/blob/master/index.js#L44-L52), so I would like to know if it's on purposse and why, or if this could be fixed for this use case (I think it's possible, but needs to investigate a little bit more the code...).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.