Skip to content

Commit

Permalink
fix: remove force option
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Mar 15, 2021
1 parent 61d5a3d commit 9f04c9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/vite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ export interface PluginOptions {
* This list will be merged with the builtin output formats before determining the format to use.
* @default []
*/

/**
* By default vite-imagetools only generates output metadata during development mode
* and only generates the actual images in build mode.
* You can set this option to `true` to override this behaviour.
* @default false
*/
force: boolean
extendOutputFormats?: (builtins: Record<string, OutputFormat>) => Record<string, OutputFormat>

/**
Expand Down

0 comments on commit 9f04c9c

Please sign in to comment.