Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrate bug with external bundles that are already complete #1577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamestalmage
Copy link

@jamestalmage jamestalmage commented Jun 17, 2016

See the new test (it is very similar to the one above).

If you try do:

var bundle1 = browserify().stuff().bundle();

// and then after bundle1 completes:
var bundle2 = browserify().external(bundle1)

It won't work.

Fixing this would be handy for cases where bundle2 was created on demand at a later time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant