Skip to content

Commit

Permalink
fix: build pluginContext types error (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang authored Nov 26, 2021
1 parent 4d0453d commit c278439
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 @@ -121,6 +121,7 @@ type PluginContext = Omit<
| 'isExternal'
| 'moduleIds'
| 'resolveId'
| 'load'
>

export let parser = acorn.Parser.extend(
Expand Down

0 comments on commit c278439

Please sign in to comment.