npm create-react-app 3.4.0
v3.4.0

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
4 years ago

3.4.0 (2020-02-14)

v3.4.0 is a minor release that adds new features, including support for SSL and setting PUBLIC_URL in development. It also includes a fix for Hot Module Reloading with CSS Modules as well as other bug fixes.

๐Ÿ› Bug Fix

  • react-scripts
    • #8378 Downgrade style-loader to v0.23.1 due to CSS modules hot reload not working with v1.0.0 and above (@chybisov)
  • create-react-app, react-dev-utils, react-error-overlay
  • react-dev-utils
  • cra-template-typescript, cra-template
  • cra-template-typescript

๐Ÿ’… Enhancement

  • react-dev-utils, react-scripts
  • cra-template-typescript
  • cra-template-typescript, cra-template
  • react-scripts
    • #5845 Add option to provide custom ssl certificates during development (@alexbrazier)

๐Ÿ“ Documentation

  • cra-template-typescript, cra-template, react-dev-utils, react-error-overlay, react-scripts
  • Other

๐Ÿ”จ Underlying Tools

Committers: 18

Migrating from 3.3.1 to 3.4.0

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.0

or

yarn add --exact react-scripts@3.4.0

Don't miss a new create-react-app release

NewReleases is sending notifications on new releases.