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.
Hi guys, first of all, thanks a lot for your hard work!
I'm getting two styles tags from the node_modules folder:
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):
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.