Skip to content

Commit

Permalink
Merge pull request #27192 from Cherry/fix/vue3-prod-mismatch-compile-…
Browse files Browse the repository at this point in the history
…flag

Vue3: Enable new hydration mismatch compile time flag
  • Loading branch information
shilman authored May 27, 2024
2 parents 47d4d3f + 5151415 commit e6173a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/presets/vue3-webpack/src/framework-preset-vue3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const webpack: StorybookConfig['webpack'] = (config) => {
new DefinePlugin({
__VUE_OPTIONS_API__: JSON.stringify(true),
__VUE_PROD_DEVTOOLS__: JSON.stringify(true),
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: JSON.stringify(true),
}),
],
module: {
Expand Down

0 comments on commit e6173a0

Please sign in to comment.