mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 07:32:31 -05:00
Define __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ to avoid warnings
This commit is contained in:
parent
bfb99237da
commit
e6a488e59a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue