Skip to content

Shouldn't create / write to files under node_modules #68

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

Open
philipbeber opened this issue Jan 14, 2022 · 0 comments
Open

Shouldn't create / write to files under node_modules #68

philipbeber opened this issue Jan 14, 2022 · 0 comments

Comments

@philipbeber
Copy link

Thanks for this project, it works great and is amazingly useful.

I noticed that type files are being generated for scss files loaded from libraries under node_modules, and being written to the library folder. This seems like a bad idea since these files aren't committed. In my case it meant that one of our commit checks passed on my machine but failed on the server, since the type files didn't exist there.

I think it would be best to avoid writing to node_modules by default.

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

1 participant