React : CSS class name import not working

后端 未结 15 1585
轻奢々
轻奢々 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:58

    I was also working on a react tutorial and faced same issue.

    I updated my webpack.config.js file at line 420 and it was working for me then. Please try it out.

    line 420:

    • localIdentName:'[name][local][hash:base64:5]',

提交回复
热议问题