We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
moduleIds
1 parent 00e0ece commit 0c488c7Copy full SHA for 0c488c7
packages/vite/src/node/server/pluginContainer.ts
@@ -146,9 +146,7 @@ export interface PluginContainer {
146
type PluginContext = Omit<
147
RollupPluginContext,
148
// not documented
149
- | 'cache'
150
- // deprecated
151
- | 'moduleIds'
+ 'cache'
152
>
153
154
export const parser = acorn.Parser.extend(importAttributes)
0 commit comments