Skip to content

Commit

Permalink
fix: removed jsdoc comment for deprecated options parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
recursive-beast committed Mar 4, 2021
1 parent 2505d39 commit 9dfb4fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function getIdHash(id: string) {
* Make assets external but include them in the output.
* @param pattern - A picomatch pattern, or array of patterns,
* which correspond to assets the plugin should operate on.
* @param options - The options object.
*/
export default function externalAssets(pattern: FilterPattern): Plugin {
if (!pattern) throw new Error("please specify a pattern for targeted assets");
Expand Down

0 comments on commit 9dfb4fc

Please sign in to comment.