Skip to content

How can one provide includePaths (File to import not found or unreadable) #2

Open
@luckylooke

Description

I have Vue CLI project, so I use vue.config.js and I am providing paths to SASS so it knows where to look for dependency files

includePaths: [
          path.resolve(__dirname, 'src/styles'),
          path.resolve(__dirname, 'src/WS_UIkit/src/styles'),
        ],

I am not familiar with this jest transformers, so I do not know whether it takes this configuration into account.. because it seems that it is not 🤷

So I am looking for another way to provide this config to SASS but I didn't find it... it seems that SASS does not use some kind of sass.config.js or similar.

Thanks for any hints 🙏

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