Releases: DoneDeal0/alright-react-app
Releases · DoneDeal0/alright-react-app
v2.0.4
v2.0.3
- Fix dependencies installation with npm on windows
- Check if user's node version is equal or higher than
16.14.0
before running the script - Remove
.DS_Store
(thanks @DeluxeOwl)
v2.0.0
v1.5.7
- Upgrade all librairies, except Storybook because it doesn't support SWC yet.
- Refactor all tasks
- Automatically install the dependencies
- Add a loader in the terminal while installing the dependencies
- Remove ts-loader and react-svg-loader
- Minimum Node version is now 16.14.0
- Update Readme screenshots
1.1.5
1.1.4
Add incremental parsing for typescript
When running yarn tsc
, this will create a graph tsconfig.tsbuildinfo
at the root of your project. Next time you run yarn tsc
, typescript will then only check changes instead of parsing the entire project. tsconfig.tsbuildinfo
is ignored by default in .gitignore
.