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