We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
First, thanks for this loader!
now, regarding the issue, it seems like requiring an empty .scss is raising the following:
.scss
node: ../node_modules/nan/nan.h:1725: bool _NanGetExternalParts(v8::Handle<v8::Value>, const char**, size_t*): Assertion `val->IsString()' failed. [1] 2678 abort webpack
It seems like it is something related to sass/node-sass#337
The text was updated successfully, but these errors were encountered:
c447488
Add tests for empty files
a17a308
Prevents regressions like #395 #21
No branches or pull requests
Hi there!
First, thanks for this loader!
now, regarding the issue, it seems like requiring an empty
.scss
is raising the following:It seems like it is something related to sass/node-sass#337
The text was updated successfully, but these errors were encountered: