v3.0.0
3.0.0 (2022-12-05)
⚠ BREAKING CHANGES
Updated build config (11e02c6)
Before the change
- the target dir for the production build was
build/resources
favicon.png
was placed directly inbuild
After the change
- the target dir is
build/static
favicon.png
is inbuild/static
This change is intended to simplify build config and make it closer to the default one. Previously there were some custom tweaks after the build, they caused bugs and were hard to maintain. Now the application builds using the default create-react-app
config.