Skip to content

Commit

Permalink
feat: dts
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Dec 30, 2021
1 parent a6f02c7 commit 451f361
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vite/src/node/config.ts
Expand Up @@ -202,7 +202,10 @@ export interface UserConfig {
/**
* Rollup options to build worker bundle
*/
rollupOptions?: Omit<RollupOptions, 'plugins' | 'input' | 'onwarn'>
rollupOptions?: Omit<
RollupOptions,
'plugins' | 'input' | 'onwarn' | 'preserveEntrySignatures'
>
}
}

Expand Down

0 comments on commit 451f361

Please sign in to comment.