CSS Loader has been initialized using an options object that does not match the API schema. - options has an unknown property 'getLocalIdent'
在react项目中使用sass-module引入样式文件报错
一开始的写法是这样,当时查了很多网上的资料也是这种写法,然鹅这种写法现在并不行
根据上图的报错,options传入了一个非法的参数getLocalIdent,这个getLocalIdent其实是modules的参数
然后修改一下写法
再次启动项目,就OK了,,特别提醒:改了配置之后一定要重新启动下项目
css和scss文件如果使用modules,文件名需要xxx.module.scss结尾