Hey,
I've been attempting to tweak the webpack to accept SCSS files, but I haven't quite been able to get them working through webpack.
In my regular projects I usually use:
and then put this in my webpack.config file loaders:
{
test: /\.scss$/,
loader: 'style!css!sass'
}
This allows me to import scss files into my component .js files like so:
import './LandingStyles.scss'
import React from 'react'
...
Any reason why this wouldn't be compatible with the webpack setup that you have for this project? As I'm having trouble getting it to work.
I was able to solve this, you can disregard.
Could you share how!?
Thanks.
@marlonpp add the scss config to only the webpack.config