Skip to content

Commit

Permalink
fix: mark force option as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Apr 5, 2021
1 parent 894fda5 commit 23b0aef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ export interface PluginOptions {
* @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 23b0aef

Please sign in to comment.