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

Bug? vuetify is broken when tree-shaking is enabled #53

Open
larzon83 opened this issue Aug 7, 2019 · 4 comments
Open

Bug? vuetify is broken when tree-shaking is enabled #53

larzon83 opened this issue Aug 7, 2019 · 4 comments

Comments

@larzon83
Copy link

larzon83 commented Aug 7, 2019

Hey,

I currently use Vuetify (1.5.16) in my nuxt-app. I also use vuetify-loader to only include the used components. However, after installing this module my whole app looks like crap. The console is full of these messages:
[Vue warn]: Unknown custom element: did you register the component correctly?
It seems like the vuetify-loader rules getting overwritten or something like that.

Vuetify is implemented as a plugin, as this was the standard way before the nuxt/vuetify module.
I therefore quickly created a fresh/new nuxt-app with the nuxt-vuetify-module. After enabling tree-shaking (a must, to use vuetify-loader under the hood), the app breaks as well. See attached screenshot. Without tree-shaking, everything is fine.
BTW: the beautiful red icon is a svg with css styling -> your module works :)

I don't know, if this should be fixed on your side or vuetify-loader? Any ideas?

Bildschirmfoto 2019-08-07 um 23 36 15

@larzon83
Copy link
Author

Someone can help?

@morganphilo
Copy link

Had the exact same issue.
I moved over to https://www.npmjs.com/package/nuxt-svg
which has since been deprecated in favour of https://www.npmjs.com/package/@nuxtjs/svg

It works super nice

@larzon83
Copy link
Author

thx, I'll check it out.

@lvaroqui
Copy link

Yep, just lost me 3 hours x)

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

No branches or pull requests

3 participants