Skip to content

Commit

Permalink
feat: support multiple node resolve path (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jul 31, 2024
1 parent c66e1a7 commit 4b58883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface Options {
/**
* Current working directory for resolving collections from node_modules
*/
collectionsNodeResolvePath?: string
collectionsNodeResolvePath?: string | string[]

/**
* Transform raw `svg`.
Expand Down

0 comments on commit 4b58883

Please sign in to comment.