mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
test: remove unused experimental options
This commit is contained in:
parent
0973f23b6f
commit
6d971ddc91
3
test/fixtures/basic/nuxt.config.ts
vendored
3
test/fixtures/basic/nuxt.config.ts
vendored
@ -243,15 +243,12 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
typedPages: true,
|
typedPages: true,
|
||||||
polyfillVueUseHead: true,
|
|
||||||
respectNoSSRHeader: true,
|
|
||||||
clientFallback: true,
|
clientFallback: true,
|
||||||
restoreState: true,
|
restoreState: true,
|
||||||
clientNodeCompat: true,
|
clientNodeCompat: true,
|
||||||
componentIslands: {
|
componentIslands: {
|
||||||
selectiveClient: 'deep',
|
selectiveClient: 'deep',
|
||||||
},
|
},
|
||||||
treeshakeClientOnly: true,
|
|
||||||
asyncContext: process.env.TEST_CONTEXT === 'async',
|
asyncContext: process.env.TEST_CONTEXT === 'async',
|
||||||
appManifest: process.env.TEST_MANIFEST !== 'manifest-off',
|
appManifest: process.env.TEST_MANIFEST !== 'manifest-off',
|
||||||
renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js',
|
renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js',
|
||||||
|
Loading…
Reference in New Issue
Block a user