Skip to content

vite-plugin-checker conflicts with vue3.5.21, causing hot reload failure #18124

@bibibala

Description

@bibibala

What happened?

vite-plugin-checker conflicts with vue3.5.21, causing hot reload failure

What did you expect to happen?

Fix hot reload

Reproduction URL

https://stackblitz.com/edit/quasarframework-stackblitz-templates-3qq9gg93?file=src%2Fpages%2FIndexPage.vue

How to reproduce?

Uncomment in quasar.config.js.

// [ // 'vite-plugin-checker', // { // eslint: { // lintCommand: 'eslint -c ./eslint.config.js "./**/*.{js,mjs,cjs,vue}"', // useFlatConfig: true, // }, // }, // { server: false }, // ],

Then make some changes to the page

Flavour

Vite Plugin (@quasar/vite-plugin)

Areas

Plugins (quasar)

Platforms/Browsers

Chrome

Quasar info output

nonething

Relevant log output

nonething

Additional context

Comment out the vite-plugin-checker setting in quasar.config.js. Hot reload will be restored. I also tried switching [email protected] to a lower version and it works fine. Result: [email protected] and vite-plugin-checker seem to conflict

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions