-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Shoelace 2.6.0 is broken when used with Vue in production build #1487
Comments
Version 2.4.0 and 2.5.2 work fine |
The linked example (and looking at the screenshots as well) don't actually include the actual components, just the regular HTML tags. Note the missing I'd think this is a duplicate of #1479 and should be fixed by #1485, but I haven't dug to deeply into that. |
@bauglir @KonnorRogers but as far i understood a patch will be released shortly right? |
I meant your example as well @podlebar, it's the same issue. Cherry-picking the components has no impact on this as that ends up pulling in the chunk files referenced in #1450 (comment) through the CDN. The registration of the components in the If the component would have been properly registered with the |
Describe the bug
When following the instructions (https://shoelace.style/frameworks/vue) on the shoelace documentation it only works in dev mode. Production builds are failing as no components are shown.
To Reproduce
clone the repo bellow,
yarn install
and thanyarn build && yarn preview
.. see the output on the localhost url... the components are not loaded at all.There is Output that is logged that could lead to a solution or give a hint what is wrong.
Demo
https://github.com/podlebar/shoelace-fail
Vercel deploy:
https://shoelace-fail.vercel.app/
Env
node -v
v18.16.1
Also our productive app hosted on vercel can not be redeployed as the new build is broken.
The text was updated successfully, but these errors were encountered: