create-react-app-typescript
create-react-app-typescript copied to clipboard
fix: css-module support about 'keyframes logo-spin'
- fix error about
@keyframes logo-spin - In order to maintain the same behavior as the create-react-app, we need use
App.module.cssrather than usingApp.cssto enable css-module - add
*.module.csstype definition