We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a11ae + 07bc456 commit bc17dd5Copy full SHA for bc17dd5
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