Skip to content

Commit

Permalink
Download env.mappings sources (#28930)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen authored Feb 18, 2021
1 parent 700f1ad commit 1d27652
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fixes

- "mappings" sources are now downloaded if they contain non-local sources.

## 3.0.0 (2020-12-17)

### Breaking Changes
Expand Down
1 change: 1 addition & 0 deletions packages/env/lib/download-sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = function downloadSources( config, spinner ) {
for ( const env of Object.values( config.env ) ) {
env.pluginSources.forEach( addSource );
env.themeSources.forEach( addSource );
Object.values( env.mappings ).forEach( addSource );
addSource( env.coreSource );
}

Expand Down

0 comments on commit 1d27652

Please sign in to comment.