Vite plugin for Quasar Framework
Last release 4 days ago
25 Aug 2026
Ships fairly regularly
a new release about every 2 months
Rarely documented
notes for 2 of 35 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
41 releases · first in 2021
Release timeline
41 releases since 2021One column per quarter.
Releases
- 2.0.225 Aug 2026
Release notes
Open source →Changes
- fix(vite-plugin): client bundle alias with custom Vite modes -> production builds started with a custom mode name (
vite build --mode qa,--mode staging, ...) no longer get the dev-server treatment. The plugin picked between aliasing barequasarimports to the single-file client build and excluding quasar from dep prebundling by comparing Vite'smodeagainstproduction, but the mode is only an env-file selector. The alias now followscommand === 'serve', which is exactly what it was meant for: cutting the number of requests the dev server has to answer. TheoptimizeDeps.excludehalf was dead weight and is gone, since Vite no longer prebundles deps during builds (#17942)
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:
- fix(vite-plugin): client bundle alias with custom Vite modes -> production builds started with a custom mode name (
- 2.0.121 Aug 2026
Release notes
Open source →Changes
- fix(vite-plugin): treeshaking with custom Vite modes -> production builds started with a custom mode name (
vite build --mode qa,--mode staging, ...) treeshake Quasar imports again. The gate compared Vite'smodeagainstproduction, but the mode is only an env-file selector, so any custom name silently disabled treeshaking and left barequasarimports in the production bundle (+22kb min with current quasar, far more on older versions). It now followsisProduction/NODE_ENV, the same way Vite and Vue decide the build flavor; dev serve and Vitest runs are unchanged (#17267) - fix(vite-plugin): "untransformable quasar import" warnings -> no more false positives on TypeScript and JSX sources. Those files could not be parsed and fell back to trusting a plain textual pre-filter, so a
quasarimport shape written inside a string (a documentation snippet, for instance) was reported as a residual import. Sources are now parsed with their actual dialect, and TS type-only imports/exports fromquasar-- erased at transpile time -- are no longer flagged either. Internally this also moves off Vite 8's deprecatedparseAstonto its OXC-backed parser.
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:
- fix(vite-plugin): treeshaking with custom Vite modes -> production builds started with a custom mode name (
- 2.0.05 Aug 2026
Nothing published for this version
- 1.12.028 May 2026
Nothing published for this version
- 1.11.016 Mar 2026
Nothing published for this version
- 1.10.020 Jul 2025
Nothing published for this version
- 1.9.015 Jan 2025
Nothing published for this version
- 1.8.18 Nov 2024
Nothing published for this version
- 1.8.019 Oct 2024
Nothing published for this version
- 1.7.06 May 2024
Nothing published for this version
- 1.6.026 Oct 2023
Nothing published for this version
- 1.5.05 Sept 2023
Nothing published for this version
- 1.4.11 Jul 2023
Nothing published for this version
- 1.4.023 Jun 2023
Nothing published for this version
- 1.3.39 May 2023
Nothing published for this version
- 1.3.29 May 2023
Nothing published for this version
- 1.3.125 Apr 2023
Nothing published for this version
- 1.3.017 Dec 2022
Nothing published for this version
- 1.2.322 Sept 2022
Nothing published for this version
- 1.2.222 Sept 2022
Nothing published for this version
- 1.2.117 Sept 2022
Nothing published for this version
- 1.2.014 Sept 2022
Nothing published for this version
- 1.1.126 Jul 2022
Nothing published for this version
- 1.1.026 Jul 2022
Nothing published for this version
- 1.0.1022 May 2022
Nothing published for this version
- 1.0.93 Apr 2022
Nothing published for this version
- 1.0.81 Apr 2022
Nothing published for this version
- 1.0.718 Mar 2022
Nothing published for this version
- 1.0.69 Mar 2022
Nothing published for this version
- 1.0.523 Feb 2022
Nothing published for this version
- 1.0.430 Dec 2021
Nothing published for this version
- 1.0.39 Dec 2021
Nothing published for this version
- 1.0.22 Nov 2021
Nothing published for this version
- 1.0.125 Oct 2021
Nothing published for this version
- 1.0.025 Oct 2021
Nothing published for this version
- 1.0.0-alpha.524 Oct 2021pre-release
Nothing published for this version
- 1.0.0-alpha.421 Oct 2021pre-release
Nothing published for this version
- 1.0.0-alpha.321 Oct 2021pre-release
Nothing published for this version
- 1.0.0-alpha.221 Oct 2021pre-release
Nothing published for this version
- 1.0.0-alpha.121 Oct 2021pre-release
Nothing published for this version
- 1.0.0-alpha.020 Oct 2021pre-release
Nothing published for this version