React : CSS class name import not working

后端 未结 15 1569
轻奢々
轻奢々 2020-12-31 20:16

i have a

div in my react component and im importing some class name from a class css file, but the class name is not getting integrated to the main
15条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 20:59

    Make sure 'npm run eject' run successfully then you can access webpack.config.js file in config folder.

    1. Stop the server.
    2. Go to webpack.config.js
    3. Find cssRegex and update as given in the image
    4. Restart the server

提交回复
热议问题