test: remove unused experimental options

This commit is contained in:
Daniel Roe 2024-06-24 23:15:43 +02:00
parent 0973f23b6f
commit 6d971ddc91
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -243,15 +243,12 @@ export default defineNuxtConfig({
},
experimental: {
typedPages: true,
polyfillVueUseHead: true,
respectNoSSRHeader: true,
clientFallback: true,
restoreState: true,
clientNodeCompat: true,
componentIslands: {
selectiveClient: 'deep',
},
treeshakeClientOnly: true,
asyncContext: process.env.TEST_CONTEXT === 'async',
appManifest: process.env.TEST_MANIFEST !== 'manifest-off',
renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js',