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

Commit

Permalink
test: enable flag for fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 15, 2022
1 parent 63cc04a commit cf1e4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineNuxtConfig({
}
},
experimental: {
reactivityTransform: true
reactivityTransform: true,
treeshakeClientOnly: true
}
})

0 comments on commit cf1e4a8

Please sign in to comment.