Skip to content

Commit

Permalink
chore: mark new config option as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 25, 2022
1 parent d08b766 commit b0070c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/optimizer/index.ts
Expand Up @@ -69,6 +69,7 @@ export interface DepOptimizationOptions {
/**
* Force ESM interop when importing for these dependencies. Some legacy
* packages advertise themselves as ESM but use `require` internally
* @experimental
*/
needsInterop?: string[]
/**
Expand Down

0 comments on commit b0070c2

Please sign in to comment.