Define __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ to avoid warnings

This commit is contained in:
Kevin MacMartin 2024-02-01 18:19:00 -05:00
parent bfb99237da
commit e6a488e59a
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function processVue(outputFilename, inputFile, done) {
},
plugins: [
new webpack.DefinePlugin({ __VUE_OPTIONS_API__: true, __VUE_PROD_DEVTOOLS__: false }),
new webpack.DefinePlugin({ __VUE_OPTIONS_API__: true, __VUE_PROD_DEVTOOLS__: false, __VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false }),
new VueLoaderPlugin()
],