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 3de8d6b commit 3e230b9Copy full SHA for 3e230b9
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