Skip to content

Commit c0a8d8d

Browse files
David EllingsworthDavid Ellingsworth
authored andcommitted
Use {*} instead of {object} for externals parameter of addExternals method.
1 parent 0e012d3 commit c0a8d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class Encore {
397397
* nodeExternals()
398398
* ]);
399399
*
400-
* @param {object} externals
400+
* @param {*} externals
401401
*
402402
* @returns {Encore}
403403
*/

0 commit comments

Comments
 (0)