Skip to content

Commit

Permalink
fix: a bit more backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 6, 2024
1 parent 14694ed commit 17e9a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/server/pluginContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ class PluginContext implements Omit<RollupPluginContext, 'cache'> {
attributes: options?.attributes,
custom: options?.custom,
isEntry: !!options?.isEntry,
skip: this._resolveSkips,
skipCalls,
scan: this._scan,
})
Expand Down

0 comments on commit 17e9a47

Please sign in to comment.