github quasarframework/quasar @quasar/app-vite-v3.8.3

latest release: quasar-v2.31.0
4 hours ago

Changes

  • feat(app-vite): build -> quasar.config file > build > publicPath now accepts the relative "./" value, for a build that can be served from any folder without knowing its URL prefix upfront (assets are referenced relative to index.html, which is Vite's own relative base shortcut). The publicPath formatter used to root every non-URL value, so "./" became "/./", which Vite normalizes to "/": the option silently produced a root-absolute build instead. It is available for the SPA and PWA modes with Vue Router in "hash" mode only, since a relative build cannot work with history mode (the router has no way to know the prefix) nor server-side. Vue Router then derives its base from the page URL, and the dev server keeps serving from the root, same as Vite does (#16945)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

Don't miss a new quasar release

NewReleases is sending notifications on new releases.