# 5.3.2

- Fixes [issue 69](https://github.com/Creuna-Oslo/create-react-app/issues/69): Improves confusing chunk naming in webpack config
- Fixes [issue 68](https://github.com/Creuna-Oslo/create-react-app/issues/68): Makes .gitignore less opinionated about vs code

# 5.3.1

[https://github.com/Creuna-Oslo/create-react-app/pull/67]()

- Adds `Go to Definition` for VS code.

# 5.3.0

[https://github.com/Creuna-Oslo/create-react-app/pull/65]()

- Adds `directory-named-webpack-plugin` to scaffolded project.

# 5.2.2

- Upgrade all dependencies

# 5.2.1

[https://github.com/Creuna-Oslo/create-react-app/pull/62]()

- Fixes generated prettier end-of-line warnings on windows when running webpack

# 5.2.0

[https://github.com/Creuna-Oslo/create-react-app/pull/60]()

- Adds sorting of pages by display name on the index page

# 5.1.0

[https://github.com/Creuna-Oslo/create-react-app/pull/58]()

- Adds `@creuna/codegen` in favor of local code generation scripts
- `pages.js` and `paths.js` are written to `source/static-site` instead of `source/static-site/pages`
- Removes some unused dependencies

# 5.0.4

[https://github.com/Creuna-Oslo/create-react-app/pull/56]()

- Fixes file hashing not working as expected.

# 5.0.3

[https://github.com/Creuna-Oslo/create-react-app/pull/55]()

- Fixes CSS minification
- Upgrades `testcafe`

# 5.0.2

- Removes `targets` from `@babel/preset-env` options
- Updates browser support query in `browserslist`

# 5.0.1

- Removes `.creunarc.json` from the scaffolded project.

# 5.0.0

[https://github.com/Creuna-Oslo/create-react-app/pull/41]()

- Reworks static site generation to be a more cromulent alternative for deployed sites and not just development

# 4.1.1

[https://github.com/Creuna-Oslo/create-react-app/pull/42]()

- Adds correct `settings.react.version` format in `.eslintrc.json`

# 4.1.0

[https://github.com/Creuna-Oslo/create-react-app/pull/40]()

- Adds `react/no-typos` rule to `.eslintrc.json`

# 4.0.0

[https://github.com/Creuna-Oslo/create-react-app/pull/36]()

- Upgrades all dependencies
- Replaces `chimp` with `testcafe`
