Skip to content

Commit 0c488c7

Browse files
committed
wip: remove omit moduleIds
1 parent 00e0ece commit 0c488c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/vite/src/node/server/pluginContainer.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ export interface PluginContainer {
146146
type PluginContext = Omit<
147147
RollupPluginContext,
148148
// not documented
149-
| 'cache'
150-
// deprecated
151-
| 'moduleIds'
149+
'cache'
152150
>
153151

154152
export const parser = acorn.Parser.extend(importAttributes)

0 commit comments

Comments
 (0)