You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**[`maxConcurrency`](#maxconcurrency)**|`{Number}`|`Math.max(1, os.cpus().length - 1)`| Maximum number of concurrency optimization processes in one time |
286
+
|**[`concurrency`](#concurrency)**|`{Number}`|`Math.max(1, os.cpus().length - 1)`| Maximum number of concurrency optimization processes in one time |
287
287
|**[`filename`](#filename)**|`{string\|Function}`|`'[path][name][ext]'`| Allows to set the filename for the generated asset. Useful for converting to a `webp`|
288
288
|**[`deleteOriginalAssets`](#deleteoriginalassets)**|`{Boolean}`|`false`| Allows to delete the original asset. Useful for converting to a `webp` and remove original assets |
0 commit comments