React-date-picker: ERROR in ./node_modules/react-calendar/dist/Calendar.css

Created on 7 Aug 2018  路  1Comment  路  Source: wojtekmaj/react-date-picker

Hello. I' m getting this error in the terminal when I'm trying to bundle my code. Does react-date-picker support css modules ? Because I'm not using the style-loader.

invalid question

Most helpful comment

My bad. I resolved by adding to my webpack config file
{ test: /\.css$/, loader: ['style-loader', 'css-loader'] }

>All comments

My bad. I resolved by adding to my webpack config file
{ test: /\.css$/, loader: ['style-loader', 'css-loader'] }

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dozoisch picture dozoisch  路  4Comments

adityatandon007 picture adityatandon007  路  4Comments

bijay-ps picture bijay-ps  路  5Comments

allys00 picture allys00  路  4Comments

podlesny picture podlesny  路  7Comments