Skip to content

Commit

Permalink
feat: Compatible with lower versions of Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Apr 30, 2024
1 parent 770abc0 commit 65f546c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function createVitePlugin(options?: Options): PluginOption {
const ctx = new Context(options)
return {
name: VITE_PLUGIN_NAME,
apply: 'serve',
enforce: 'pre',
configResolved(config) {
ctx.setViteConfig(config)
Expand Down

0 comments on commit 65f546c

Please sign in to comment.