meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Styles of Vue Components inside node_modules are loaded even with a .vueignore #299

Open kuroisuna opened 6 years ago

kuroisuna commented 6 years ago

Hi guys, first of all, thanks a lot for your hard work!

I'm getting two styles tags from the node_modules folder:

image

These come from the examples/demos from vue-jest and vue-chartjs

This is the content of my .vueignore file (none of those combinations worked):

node_modules
node_modules/vue-chartjs/src/examples/
examples

But, they do avoid the component <script> tag to be rendered, I know that because without the .vueignore I get a lot of warnings regarding vue-jest example files.

I need some help to avoid these styles to be loaded, one of them is messing with my .container class 😅 and so... if you need more information, please let me know. Thanks again.