Running react-slick with webpack seems to fail in regards to fonts. I recently switched to using the import instead of the CDN on the html.
I have this happening even though I have fonts in my webpack
How do I fix it? Code:
{ test: /.(woff|woff2|eot|ttf|otf)$/, include: /node_modules/slick-carousel/, use: ["file-loader"] },
2.1m questions
2.1m answers
60 comments
57.0k users