Skip to content

Commit 5984a2c

Browse files
chore(deps): update (#638)
1 parent 472d09a commit 5984a2c

File tree

3 files changed

+5113
-7876
lines changed

3 files changed

+5113
-7876
lines changed

lib/proxyCustomImporters.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
* We have to fix this behavior in order to provide a consistent experience to the webpack user.
1212
*
13-
* @param {function|Array<function>} importer
13+
* @param {Function|Array<Function>} importer
1414
* @param {string} resourcePath
15-
* @returns {Array<function>}
15+
* @returns {Array<Function>}
1616
*/
1717
function proxyCustomImporters(importer, resourcePath) {
1818
return [].concat(importer).map((importer) => {

0 commit comments

Comments
 (0)