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

Compilation never finishes when there is an @import in the file #136

Closed
volkanunsal opened this issue Jul 31, 2015 · 5 comments
Closed

Compilation never finishes when there is an @import in the file #136

volkanunsal opened this issue Jul 31, 2015 · 5 comments

Comments

@volkanunsal
Copy link

I'm using the latest version, 1.0.3. I noticed the imports have been broken for the past few releases; the latest solution doesn't seem to work.

@volkanunsal
Copy link
Author

Here is an example of an import:

@import "components/mixins";

@volkanunsal
Copy link
Author

Adding UV_THREADPOOL_SIZE=100 solved it for me.

@jorrit
Copy link
Contributor

jorrit commented Jul 31, 2015

Just out of curiosity: does the change in PR #132 solve the issue too?

@volkanunsal
Copy link
Author

I haven't tried that. This one seems to work, but I'd prefer if the package had that solution already.

@jorrit
Copy link
Contributor

jorrit commented Jul 31, 2015

I am not sure yet if that is a solution, so I'd like for people to test it. I can help you try #132 if you want. You can always revert to the original package afterwards. If you change "sass-loader": "^1.0.3" to "sass-loader": "jorrit/sass-loader#async" in your package.json and do npm update, you should get the other version. You can change it back to get the regular version.

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