-
-
Notifications
You must be signed in to change notification settings - Fork 431
compile fail with @import #119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It seems that this setup creates too many async operations, exhausting the internal libuv threads. For example, the following works:
No idea how this can be fixed in |
@jorrit tks bro~your solution works for me 😄 |
Seems the same as sass/node-sass#857. |
Maybe sass-loader can limit the number of outstanding sass render calls to |
@jorrit agree~i spend all day working on this issue,until i replace less-loader with sass and it works, Otherwise I would have thought it's my wrong way usage,hope the author write down this workaround into README that someone else will not make the same mistake |
@otarim tks,I'll never make the same mistake again. |
Fixed with 2.0.0 |
i create a repository to show this problem happen https://github.com/otarim/troubleshoot, it seems that sass-loader case this issue
1). run webpack --progress command and it compile fails, the stdout stay at
2). use another entry file
works.js
and it passed3). i change
sass-loader
toless-loader
and use less syntax,it works toomy node version is v0.12.2 working on mac os 10.10.1,thanks for your help:-)
The text was updated successfully, but these errors were encountered: