Skip to content

Commit 3e230b9

Browse files
committed
add
1 parent 3de8d6b commit 3e230b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export default {
172172
new DefinePlugin({
173173
__VUE_OPTIONS_API__: true, // at the moment, many Vue components still use the Vue Options API
174174
__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
175176
}),
176177
new VueLoaderPlugin(),
177178
new MiniCssExtractPlugin({

0 commit comments

Comments
 (0)