fix: exclude sharp from rollup

This commit is contained in:
log101 2024-02-21 12:59:06 +03:00
parent 1c75fb33fe
commit 411ad2a9ec
2 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ export default defineConfig({
integrations: [react(), tailwind({
applyBaseStyles: false
})],
build: {
rollupOptions: {
external: [
"sharp"
]
}
},
output: "server",
adapter: vercel()
});

BIN
bun.lockb

Binary file not shown.