fix: exclude sharp from rollup
This commit is contained in:
parent
1c75fb33fe
commit
411ad2a9ec
|
@ -9,6 +9,13 @@ export default defineConfig({
|
|||
integrations: [react(), tailwind({
|
||||
applyBaseStyles: false
|
||||
})],
|
||||
build: {
|
||||
rollupOptions: {
|
||||
external: [
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
},
|
||||
output: "server",
|
||||
adapter: vercel()
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user