Tofandel / Quasar-Vite-Issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar App (quasar-issue)

A Quasar Project

Install the dependencies

yarn
# or
npm install

The issue

A vite plugin which uses server.restart() will normally reload the config of all the plugins

To demonstrate run vite or npm run vite which has been provided with a simple plugin to restart the server every 5 seconds You will also see the Plugin reloaded log

Now run

npm run dev

Notice that the server still restart but the plugins are NOT reloaded

About


Languages

Language:JavaScript 57.8%Language:Vue 24.9%Language:TypeScript 8.0%Language:HTML 5.0%Language:SCSS 4.3%