We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
1 parent f36a4ed commit c21c156Copy full SHA for c21c156
packages/@vue/cli-service/lib/config/base.js
@@ -158,7 +158,8 @@ module.exports = (api, options) => {
158
.plugin('feature-flags')
159
.use(webpack.DefinePlugin, [{
160
__VUE_OPTIONS_API__: 'true',
161
- __VUE_PROD_DEVTOOLS__: 'false'
+ __VUE_PROD_DEVTOOLS__: 'false',
162
+ __VUE_PROD_HYDRATION_MISMATCH_DETAILS__: 'false'
163
}])
164
}
165
0 commit comments