-
-
Notifications
You must be signed in to change notification settings - Fork 199
Specifying options.loaders.scss|sass
for vue-loader fails to work
#1130
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
Comments
Hi, Not sure it's related but I got the same error ( To solve this, I specified the indentedSyntax like this (on the sass loader) :
|
Thank you for this issue. |
1 similar comment
Thank you for this issue. |
Friendly ping? Should this still be open? I will close if I don't hear anything. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
I'm not nearly a webpack expert but I've copied some config info from the VueJS website and I'm adding some configuration via Encore as follows:
This should enable both sass and scss syntax in a vue file, ie.
The actual error received is:
Which indicates its only accepting the SCSS syntax not the SASS (indented, no braces) syntax. The default behavior for node-sass is to allow either syntax based on file extension -- and I've validated that works properly.
The text was updated successfully, but these errors were encountered: