Skip to content

Commit

Permalink
fix: don't call buildStart hooks for vite optimize (#19347)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Feb 4, 2025
1 parent 14027b0 commit 19ffad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/optimizer/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class ScanEnvironment extends BaseEnvironment {
this,
this.plugins,
)
await this._pluginContainer.buildStart()
}
}

Expand Down

0 comments on commit 19ffad0

Please sign in to comment.