How to user Ignore plugin in quasarconfig #12492
Replies: 6 comments 9 replies
-
You can give this a look: |
Beta Was this translation helpful? Give feedback.
-
Hi I am working on similar problems. And the vendor remove option mentioned by @MilosPaunovic has not helped me. I have found a solution for my self here. I basically override quasars splitChunk options in quasar.conf.js. Maybe this will help you as well? |
Beta Was this translation helpful? Give feedback.
-
Hi I did try , did not see much changes, I am basically trying to improve lighthouse scores and i realize I really do not understand how quasar is exposing webpack, for example how to use the text compression plugin etc. Any pointers on how to use the plugins would really help me out |
Beta Was this translation helpful? Give feedback.
-
Thank you @yeus for the response. I am running light house tests and I am following the recommendations, what I am trying to to is:
My app is a pwa, so can it still work with the ssr. My first problem is understanding if I can use a webpack plugin as provided and described by webpack in quasar, I understand that we can extend webpack or chain. Below is part of my build option in quasar conf file.
My fundamental issue here is firstly know if the webpack implementations maps directly with quasar and if not how do we implement them on quasar |
Beta Was this translation helpful? Give feedback.
-
Please give this page a read: So, if you don't have a really compelling reason, replacing Moment with something else might end up in a cleaner, lighter, and quicker solution than trying to optimize it. Another recommendation that is not written there would be using Quasar's date utils. |
Beta Was this translation helpful? Give feedback.
-
I would like to optimize my bundle size especially when using moment js. How do I use the ignore plugin
Beta Was this translation helpful? Give feedback.
All reactions