Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(vite-plugin): load vue transform state only when needed #17935

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

yusufkandemir
Copy link
Member

What kind of change does this PR introduce?

  • Performance

Does this PR introduce a breaking change?

  • No

The PR fulfills these requirements:

  • It's submitted to the dev branch (or v[X] branch)

Other information:
This is similar to #17756, but for the Vue transform.

I noticed there is still a problem regarding this while working on #17934.

Aside from this use case, it may help with performance with projects that do not have any .vue files and only use .js/.ts files.

which also eliminates the need for ui package to be built in the monorepo before running quasar prepare
yusufkandemir added a commit to yusufkandemir/quasar that referenced this pull request Mar 26, 2025
which runs quasar prepare, which requires ui package to be built due to logic in vite-plugin
removing at least until quasarframework#17935 gets merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant