Skip to content

Commit

Permalink
fix: clarify esbuild position in the plugin invocation order
Browse files Browse the repository at this point in the history
  • Loading branch information
herberttn committed Jul 3, 2023
1 parent 1d3583b commit d719a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Options {
* Plugin invocation order:
* - alias resolution
* - `enforce: 'pre'` plugins
* - vite core plugins
* - vite core plugins (esbuild)
* - normal plugins
* - vite build plugins
* - `enforce: 'post'` plugins
Expand Down

0 comments on commit d719a8f

Please sign in to comment.