We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97bcb79 + 8324f93 commit 07bc456Copy full SHA for 07bc456
1 file changed
astro.config.mjs
@@ -63,6 +63,9 @@ export default defineConfig({
63
},
64
65
vite: {
66
+ optimizeDeps: {
67
+ exclude: ["@swc/html"]
68
+ },
69
rollupOptions: {
70
external: ["/src/scripts/*"],
71
0 commit comments