Skip to content

Commit bf7f372

Browse files
authored
Merge pull request #499 from NetroAki/fix/esm-module-resolution
Fix plugin loading error ('fn4 is not a function') via bundling
2 parents f0125aa + 359e278 commit bf7f372

4 files changed

Lines changed: 996 additions & 5 deletions

File tree

index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,4 @@ const server: Plugin = (async (ctx) => {
135135
}
136136
}) satisfies Plugin
137137

138-
export default {
139-
id,
140-
server,
141-
}
138+
export default server

0 commit comments

Comments
 (0)