Skip to content

Demonstrate bug with external bundles that are already complete#1577

Open
jamestalmage wants to merge 1 commit intobrowserify:masterfrom
jamestalmage:completed-external-bundle-bug
Open

Demonstrate bug with external bundles that are already complete#1577
jamestalmage wants to merge 1 commit intobrowserify:masterfrom
jamestalmage:completed-external-bundle-bug

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.

1 participant