-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Webpack module imports using "~" are broken #131
Comments
Can you publish a small repository with this problem? |
Could you guys check out the current master branch and check if it works for you? I've heavily refactored the import mechanism and need more tests. |
Should be fixed with 2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I recently upgraded from 0.4.2 to 1.0.3 and module imports stopped working.
Downgrading back to 0.5.0 works but am unable to test 0.6.0 due to this threading issue.
(The
process.env.UV_THREADPOOL_SIZE = 100;
workaround doesn't work for 0.6.0 but does for 1.0.3).The CSS output includes the correct resource paths within the imports but not the file contents.
@import url(/absolute/path/to/file/in/node_modules/disk/filename.sass);
My webpack config uses:
Not sure if this is related to #108 or if it's an issue with node-sass itself.
Any insight would be appreciated!
The text was updated successfully, but these errors were encountered: