You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using prime vue in my vue app but i ran into a problem that I had to solve with this setting
ssr: {
noExternal: ["primevue"],
},
Why did I have to deal with this problem if you take this setting off then the prime Vue file will be bundled into the server entry. which is what I don't want apparently. I hope I don't have to deal with this again. I don't like configuring at all.
What version of
astro
are you using?1.6.1
Are you using an SSR adapter? If so, which one?
none
What package manager are you using?
pnpm
What operating system are you using?
Windows
Describe the Bug
I tried using prime vue in my vue app but i ran into a problem that I had to solve with this setting
Why did I have to deal with this problem if you take this setting off then the prime Vue file will be bundled into the server entry. which is what I don't want apparently. I hope I don't have to deal with this again. I don't like configuring at all.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-nqn7zc?file=src%2Fbootstrap.ts,astro.config.mjs,dist%2Fentry.mjs&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: