chore: update deps

This commit is contained in:
2022-08-12 20:14:37 -04:00
parent b1ab909c5b
commit 98a2cee26a
3 changed files with 233 additions and 265 deletions

View File

@@ -82,15 +82,7 @@ export default defineNuxtConfig({
experimental: {
reactivityTransform: true,
},
hooks: {
"vite:extendConfig"(config: any, { isServer }: { isServer: any }) {
if (isServer) {
// Workaround for netlify issue
// https://github.com/nuxt/framework/issues/6204
config.build.rollupOptions.output.inlineDynamicImports = true;
}
},
},
hooks: {},
target: "static",
ssr: true,
});