4.4.7-alpha.9 • Published 3 years ago
@mrbuilder/plugin-clean v4.4.7-alpha.9
This provides clean functionality
NOTE This could do terrible things to your filesystem. So please have a backup and use carefullly.
*By default it removes your output directory
Paths
An array of string paths to clean
{
paths:[
'dist', // removes 'dist' folder
'build/*.*', // removes all files in 'build' folder
'web/*.js' // removes all JavaScript files in 'web' folder
]
}
Property | Type | Default | Description |
---|---|---|---|
paths | array | outputPath | The directories to clean |
root | string | $CWD | The Root directory |
verbose | bool | false | Be verbose |
allowExternal | bool | false | Allow external directory deletion |
dry | bool | false | Dry run |
exclude | string | Paths to exclude |
4.4.7-alpha.9
3 years ago
4.4.6
4 years ago
4.4.0
4 years ago
4.3.7
4 years ago
4.3.0-alpha.0
4 years ago
4.3.0
4 years ago
4.2.0
5 years ago
4.2.0-alpha.8
5 years ago
4.2.0-alpha.3
5 years ago
4.2.0-alpha.2
5 years ago
4.2.0-alpha.0
5 years ago
4.2.0-alpha.1
5 years ago
4.1.2
5 years ago
4.1.0
5 years ago
4.0.1
5 years ago
4.0.0
5 years ago
4.0.0-alpha.14
5 years ago
4.0.0-alpha.13
5 years ago
4.0.0-alpha.10
5 years ago
4.0.0-alpha.9
5 years ago
4.0.0-alpha.2
6 years ago
4.0.0-alpha.1
6 years ago
4.0.0-alpha.0
6 years ago