Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luckylooke opened this issue Jun 15, 2021 · 2 comments

Comments

@luckylooke
Copy link

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 🙏

@sheminusminus
Copy link
Contributor

@luckylooke- can you provide a demo project so I can reproduce this? thanks!

@luckylooke
Copy link
Author

uff.. give me some time.. I need to create one isolated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants