Skip to content

Exclude all node_modules except some #8

@creativityjuice

Description

@creativityjuice

Hey,

I needed to exclude all node_modules except bootstrap. I has a nice regexp which should have worked unfortunately an escape of useful regexp tokens is done. Why is it for ?
This issue is caused by escapeStringToRegexp(str) in main.js. I had to change the code to avoid this escaping.
Here is my regexp : node_modules(?!\/bootstrap)\/.+

Thanks,

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