We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901df4e commit 474992fCopy full SHA for 474992f
src/index.ts
@@ -5,7 +5,6 @@ export interface Options extends DelOptions {
5
/**
6
* Rollup hook the plugin should use.
7
* @default 'buildStart'
8
- * end
9
*/
10
readonly hook?: AsyncPluginHooks
11
@@ -17,7 +16,6 @@ export interface Options extends DelOptions {
17
16
18
19
* Patterns of files and folders to be deleted.
20
- * @default []
21
*
22
* ```js
23
* // Folder
@@ -29,6 +27,8 @@ export interface Options extends DelOptions {
29
27
* // Mixed
30
28
* del({ targets: ['dist/*', 'images/*.webp'] })
31
* ```
+ *
+ * @default []
32
33
readonly targets?: readonly string[] | string
34
0 commit comments