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.
1 parent 8f9c9d3 commit e9a1ffbCopy full SHA for e9a1ffb
webpack.config.js
@@ -172,6 +172,7 @@ export default {
172
new DefinePlugin({
173
__VUE_OPTIONS_API__: true, // at the moment, many Vue components still use the Vue Options API
174
__VUE_PROD_DEVTOOLS__: false, // do not enable devtools support in production
175
+ __VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false, // https://github.com/vuejs/vue-cli/pull/7443
176
}),
177
new VueLoaderPlugin(),
178
new MiniCssExtractPlugin({
0 commit comments