Styles are not preloaded when using with nuxt build
See original GitHub issueI am using this package as a nuxt
module @nuxt.config.js: modules['vuetify-dialog/nuxt']
. Everything works as expected during development, but when you run the build nuxt build -> nuxt start
the styles are not pre-loaded. But if I add the vuetify dialog component
manually to the component where I have to call a confirmation dialog via this package the styles are fine.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
extractCss build option doesn't preload the extracted styles
extractCss build option doesn't preload the extracted styles #6980 ... i've tried also with no render prop (using nuxt default) but is has ......
Read more >nuxt.js - Nuxt - Fonts are not preloaded in <head> despite ...
I wrote a node script (post-build.js) that I run after the "generate" command. I use cheerio to modifiy html file content const fs...
Read more >The build Property
Nuxt lets you customize the webpack configuration for building your web application as you want.
Read more >Performance checklist for Vue and Nuxt
Improving performance of web applications will always be sexy. We want the page to load faster, smoother, and without too many layout shifts ......
Read more >Concept - Nuxt Speedkit
The Lighthouse Test is not a tool to make a general statement about the quality ... efficiently by using a preload strategy and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Seems to be fixed in
vuetify-dialog@1.0.0-alpha.2
. Thanks @yariksavI told your code didn’t load some vuetify components, maybe because of a-la-carte
In my projects I use nuxt module for vuetify https://github.com/vuetifyjs/nuxt nuxt.config.js:
and this works well