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

Progressively loaded packages that have map configuration is lost during the build. #216

Closed
matthewp opened this issue Jan 14, 2017 · 0 comments · Fixed by #219
Closed
Assignees
Labels

Comments

@matthewp
Copy link
Member

No description provided.

@matthewp matthewp self-assigned this Jan 18, 2017
matthewp added a commit that referenced this issue Jan 18, 2017
When steal-tools runs its build it loads each bundle separately a new
loader like so:

- a
- b
- c

If `b` has some configuration needed for its production bundle and `c`
runs through without that configuration, that configuration will be
omited.

This fixes it so that each time we load a new bundle we use the previous
bundles configuration as a starting point.

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

Successfully merging a pull request may close this issue.

1 participant