Skip to content

Commit

Permalink
chore(deps): update (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Dec 12, 2018
1 parent 472d09a commit 5984a2c
Show file tree
Hide file tree
Showing 3 changed files with 5,113 additions and 7,876 deletions.
4 changes: 2 additions & 2 deletions lib/proxyCustomImporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* We have to fix this behavior in order to provide a consistent experience to the webpack user.
*
* @param {function|Array<function>} importer
* @param {Function|Array<Function>} importer
* @param {string} resourcePath
* @returns {Array<function>}
* @returns {Array<Function>}
*/
function proxyCustomImporters(importer, resourcePath) {
return [].concat(importer).map((importer) => {
Expand Down
Loading

0 comments on commit 5984a2c

Please sign in to comment.