-
Notifications
You must be signed in to change notification settings - Fork 27
could not import scss file #80
Comments
@koshuang are you using JSPM? |
@dougludlow yes, I am using JSPM this is the change I did: imheretw/imhere-angular-starter@23b72a7 |
@koshuang weird, looking at your config, it looks correct. I don't see anything odd right off the bat. |
This doesn't work for me either. Same error. |
This is the error I'm getting
|
I'm pretty sure this is the issue |
This issue seems to be caused by the |
I have this same issue, I've followed the instructions in the readme, added the recommended
In the console. Setting I've also tried using Is there a way to fix this issue? |
I worked around this by providing an explicit loader along with the filename: System.import('./theme.scss!sass'); I did only have the one file to import so YMMV |
Hi,
I tried to use
plugin-sass
but always got an error likeCould someone give me a hint? Here is what I do.
I set my
system.confi.js
asand have
admin.js
which include follow code:and very simple
test.scss
in same folder as admin.js:Thanks!
The text was updated successfully, but these errors were encountered: