Working on a React project using Webpack. Adding some styles in style.css and importing into component with import style from \'./style.css\';. Elements without
import style from \'./style.css\';
My solution is to rename the css file from:
style.css
to:
style.module.css