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
this works for me
{ test: cssRegex, exclude: cssModuleRegex, use: getStyleLoaders({ importLoaders: 1, sourceMap: isEnvProduction && shouldUseSourceMap, modules: { localIdentName: '[name]__[local]___[hash:base64:5]' }
}