-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
scss not compiled with the latest aot configuration #1310
Comments
@BkSouX , This is a SCSS file referenced in a component's Please give more info... |
I can only guess since there's not a lot of information... But it looks like you're trying to load a global scss file from within a component styleUrls... right? |
@shlomiassaf : You are correct, this happens also in my case, the scss files are being loaded directly through the component's styleUrls. An Idea would be to configure the |
@feddyups No, There are 2 types of stylesheets in an angular 2 application
Each component has a Global styles can be in a specific app or prefixed, it's up to you actually (see #1304 and comments) @BkSouX The error you posted indicates that the This error also indicates that you are using an older version of this repo since this resource is loaded by the Anyway, if the file is not present check your files... |
Note: for support questions, please use one of these channels: Chat: AngularClass.slack or Twitter: @AngularClass
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
What is the current behavior?
I am currently adjusting my code for the AOT compilation but I have an issue with my scss. (im also using sass loader with webpack)
Here is the compilation error :
see #1304
It should compiled everything with node sass.
The text was updated successfully, but these errors were encountered: