Quasar dev server cache won't clear #14849
-
|
I have a webcomponent that I use in my quasar project, and while I am developing locally I hand copy the files into the node_modules folder (whereas when installing the official version I use the npm install), and this normally has worked well, but recently Quasar is holding onto the previous build somehow, despite me doing several |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
If it's a one time thing, then delete node_modules/.q-cache, otherwise there's a setting for this in quasar.config.js > build. |
Beta Was this translation helpful? Give feedback.
If it's a one time thing, then delete node_modules/.q-cache, otherwise there's a setting for this in quasar.config.js > build.