I am trying to use the react-day-pickers component like so but I can\'t figure out how to import the .css file and I keep getting the error:
Module parse fai
I used the following in my webpack config and it worked:
test: /\.css$/, use: [ 'style-loader', { loader: 'css-loader', options: { modules: true, }, }, ],