Skip to content

Commit

Permalink
breaking: remove deprecated options (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Oct 16, 2023
1 parent d12e4ab commit 4ebc88f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-queens-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-imagetools': major
---

breaking: remove deprecated options
11 changes: 0 additions & 11 deletions packages/vite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,9 @@ export interface VitePluginOptions {
*/
resolveConfigs?: ResolveConfigs

/**
* @deprecated This option has no effect. Logging is done through Vite's logger.
*/
silent?: boolean

/**
* Wether to remove potentially private metadata from the image, such as exif tags etc.
* @default true
*/
removeMetadata: boolean

/**
* This option used to enable the plugin during development mode. This option is no longer required!
* @deprecated
*/
force?: boolean
}

0 comments on commit 4ebc88f

Please sign in to comment.