Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Sep 26, 2019
1 parent 879deab commit 9a93671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/lib/select-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function selectLoader(loaders, url = '', data = null, {nothrow = false} =
}

// merge input loaders with registered loaders
// the input loader will be picked over pre registeredLoaders
loaders = (loaders || []).concat(getRegisteredLoaders());
normalizeLoaders(loaders);

Expand Down

0 comments on commit 9a93671

Please sign in to comment.