Skip to content

Commit

Permalink
fix: revert resolveId importer require
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 20, 2024
1 parent 2ae2fca commit 3546d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/pluginContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ export interface PluginContainer {
buildStart(options: InputOptions): Promise<void>
resolveId(
id: string,
importer: string | undefined,
importer?: string,
options?: {
attributes?: Record<string, string>
custom?: CustomPluginOptions
Expand Down

0 comments on commit 3546d1e

Please sign in to comment.