Skip to content

how I can add sass support? #36

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

Closed
daniele-zurico opened this issue Nov 21, 2016 · 4 comments
Closed

how I can add sass support? #36

daniele-zurico opened this issue Nov 21, 2016 · 4 comments

Comments

@daniele-zurico
Copy link

daniele-zurico commented Nov 21, 2016

I'm trying that one but it break:

loaders: [{
  test: /\.scss$/,
  loader: ExtractTextPlugin.extract(
    "style",
    "css!sass")
 }]
},

I added a repro:

repo

@sonicoder86
Copy link
Owner

@daniele-zurico
Copy link
Author

Oh yes I forgot to tell you. Sorry. You can look on my GitHub it's exactly the same ;)

@sonicoder86
Copy link
Owner

Does it recompile when you change the the sass file?
angular/angular-cli#3084

@daniele-zurico
Copy link
Author

I was just interested about the AOT compilation so not live watching, it's a long process when the application is big so the live reloading is pointless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants