Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 3764ff9

Browse files
committed
test: test payloadExtraction
1 parent e2750f3 commit 3764ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/fixtures/basic/nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ export default defineNuxtConfig({
105105
experimental: {
106106
inlineSSRStyles: id => !!id && !id.includes('assets.vue'),
107107
reactivityTransform: true,
108-
treeshakeClientOnly: true
108+
treeshakeClientOnly: true,
109+
payloadExtraction: true
109110
},
110111
appConfig: {
111112
fromNuxtConfig: true,

0 commit comments

Comments
 (0)