You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export "mixins" of module "../../node_modules/.pnpm/[email protected][email protected]/node_modules/vue-facing-decorator/dist/esm/mixins.js" was reexported through module "../../node_modules/.pnpm/[email protected][email protected]/node_modules/vue-facing-decorator/dist/esm/index.js" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order.
#20 52.73 Either change the import in "components/filters/DatesFilterFields.vue?vue&type=script&lang.ts" to point directly to the exporting module or reconfigure "output.manualChunks" to ensure these modules end up in the same chunk.
nuxt build
emits warnings:The code is as simple as:
with the mixin defined like:
The text was updated successfully, but these errors were encountered: