-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Hey 👋
The following Vite plugin hooks have no hook filter yet, which would improve performance with rolldown-vite
(and the next Vite major version):
transform(code, id) { async transform(code, id) { transform(code, id) { async transform(code, id) { slidev/packages/slidev/node/vite/loaders.ts
Line 264 in 591b633
handler(id) { slidev/packages/slidev/node/vite/loaders.ts
Line 272 in 591b633
const template = templates.find(i => i.id === id) resolveId(id) { async load(id) {
The list doesn't include unplugins or other Vite plugin dependencies. It'd be helpful to convert the current function checks to hook filters (and either remove the check to be backwards-compatible for older Vite versions or remove it).
See also:
Metadata
Metadata
Assignees
Labels
No labels