Skip to content

Commit

Permalink
chore: fix deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jun 28, 2022
1 parent 475ffbd commit cba196a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vite/src/node/server/index.ts
Expand Up @@ -98,9 +98,9 @@ export interface ServerOptions extends CommonServerOptions {
preTransformRequests?: boolean
/**
* Force dep pre-optimization regardless of whether deps have changed.
* Use optimizeDeps.force instead, this option may be removed in a future
* minor version without following semver
* @deprecated
*
* @deprecated Use optimizeDeps.force instead, this option may be removed
* in a future minor version without following semver
*/
force?: boolean
}
Expand Down

0 comments on commit cba196a

Please sign in to comment.