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
As well as adding an outputName modifier to let the user handle a case where both file file.jpg and file.png exist that would result in the .webp file generated over an existing one
The text was updated successfully, but these errors were encountered:
The way to setup options is very weird and prone to errors
Messing up the
config
array, forgetting a test or anything small would result in a cryptic error messageI'd recommend switching to
import { validate } from 'schema-utils'
and to redesign the option schemaSomething where both
and
Would work
As well as adding an outputName modifier to let the user handle a case where both file file.jpg and file.png exist that would result in the .webp file generated over an existing one
The text was updated successfully, but these errors were encountered: