score:7

you're using a css-loader 3.0.x that has moved localidentname into the modules object.

try

modules: {
  localidentname: "[name]__[local]__[hash:base64:5]",
},

instead of

modules: true,

Related Query

More Query from same tag