-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Regression in 0.3.0 #32
Comments
@appsforartists |
I guess there are lots of imports that break. We have in production a
Another import that crashes in 0.3.0 is:
The last example compiles fine, but it won't get found by sass-graph, because of an extra space:
|
I fixed sass-graph and sass-loader to support different formats of importing |
@akiran That was fast. 😃 I have only checked my first example, because this is what we actually use. But it still does not work. It seem like adding |
@cody In your first example, you are using absolute paths. You have to add src directory in include paths of webpack config file or use relative paths. I tested with different formats of imports |
@akiran That works. 👍 Just the error message that was given shoud be improved. I got this:
@appsforartists Can you check if your bug is fixed too? |
This issue is fixed in sass-loader 0.3.1 |
I was able to upgrade to 0.3.1, though I also had to explicitly install node-sass 1.2.2. 1.2.3 throws a "module did not self-register". |
I just tried upgrading to 0.3.0 and got this error in code that works in 0.2.0:
The text was updated successfully, but these errors were encountered: