Skip to content

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

Open
@kuroisuna

Description

@kuroisuna

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions