Now that create-react-app has released v2, I want to create a new React App using Typescript and SCSSModules or CSSModules?
Am wondering if anyone managed to make this work? I am getting a Cannot find module ./Styles.module.scss
when I import styles from "./Styles.module.scss";
Any thoughts/help with this would be highly appreciated.