Enable CSS Modules in create-react-app After running create-react-app project_name, run npm run eject and then add the following lines to webpack.config.dev.js and webpack.config.prod.js: modules: true, localIdentName: '[name]__[local]___[hash:base64:5]'