Remove sassc-rails dependency when using webpacker
Created by: adipasquale
Hi! I'm wondering how hard it would be to remove sassc-rails
as a dependency?
It becomes useless when you're using the full-blown webpacker way to do things (which is by the way very well documented in the wiki, thank you).
I'm guessing it should be left up to the user's Gemfile to decide whether they want to use sassc-rails or webpacker.
Let me know if that's one way you'd like to go and I can try patching a version without sassc-rails.