I'm trying to import a carousel into my project and no matter which one I use I get errors saying you may need an appropriate loader pointing at the carousels css file
{
test: /\.s?css$/,
include: [/src/],
use: ExtractTextPlugin.extract({
fallback: 'style-loader',
use: ['css-loader', 'postcss-loader', 'sass-loader'],
}),
},
I am doing this so surely this should cover it right?
can post more code but error coming from here: react-responsive-carousel/lib/styles/carousel.min.css:1
SyntaxError: Unexpected token .