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

Retain steal configuration from previous bundles #219

Merged
merged 1 commit into from
Jan 18, 2017
Merged

Retain steal configuration from previous bundles #219

merged 1 commit into from
Jan 18, 2017

Conversation

matthewp
Copy link
Member

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

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
@matthewp matthewp merged commit 3b6fb1f into master Jan 18, 2017
@matthewp matthewp deleted the reuse branch January 18, 2017 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progressively loaded packages that have map configuration is lost during the build.
1 participant