Skip to content

Commit

Permalink
chore: remove vue feature flag warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkaintas committed Mar 1, 2024
1 parent 75a8c46 commit 06b2161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module.exports = {
__VUE_I18N_FULL_INSTALL__: JSON.stringify(true),
__INTLIFY_PROD_DEVTOOLS__: JSON.stringify(false),
__VUE_I18N_LEGACY_API__: JSON.stringify(false),
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: JSON.stringify(false),
});

Object.entries(definitions['process.env']).forEach(([k, v]) => {
Expand Down

0 comments on commit 06b2161

Please sign in to comment.