Currently using quasar in conjunction with Vite. Upon installation of Quasar via yarn create quasar
, a warning message appears in the console:
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ is not explicitly defined.
You are running the esm-bundler build of Vue, which expects these
compile-time feature flags to be globally injected via the bundler
config in order to get better tree-shaking in the production
bundle.
I am uncertain how to resolve this warning. My attempts to locate information regarding where to define this in Quasar Framework have been unsuccessful.