Module parse failed: Unexpected token (4:13)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import './CompOne.css';
|
> const CompOne: React.FC = () => {
| return (
| <div className="Comp">
I tried
react-app-rewired
withcustomize-cra
to configureantd
.yarn start:app-ts
fails with error. https://aleksandrhovhannisyan.github.io/blog/dev/how-to-set-up-react-typescript-ant-design-less-css-modules-and-eslint/