Skip to content

Fix Sass node module resolution #69

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

Merged
merged 1 commit into from
Dec 15, 2019
Merged

Fix Sass node module resolution #69

merged 1 commit into from
Dec 15, 2019

Conversation

mrmckeb
Copy link
Owner

@mrmckeb mrmckeb commented Dec 15, 2019

Resolves #66.

As it turns out, in TypeScript plugins, process.cwd() returns the root (/), and not the current working directory.

This sets that manually.

@mrmckeb mrmckeb requested a review from lianapache December 15, 2019 16:19
@mrmckeb mrmckeb merged commit 8a37a08 into develop Dec 15, 2019
@mrmckeb mrmckeb deleted the fix/set-cwd branch December 15, 2019 18:07
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

Successfully merging this pull request may close these issues.

Importing sass file from "node_modules" doesn't work.
2 participants