Skip to content

Commit 0c4d879

Browse files
committed
fix(console-warning): Fixing warning in console due to updated vue version
1 parent e958764 commit 0c4d879

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vue.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ module.exports = {
1818
},
1919
configureWebpack: {
2020
plugins: [
21+
new webpack.DefinePlugin({
22+
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: 'false',
23+
}),
2124
new webpack.ProvidePlugin({
2225
$: "jquery",
2326
jQuery: "jquery",

0 commit comments

Comments
 (0)