Skip to content

19.3.0

Pre-release
Pre-release

Choose a tag to compare

@develar develar released this 15 Jun 07:53
28f0266

create-react-app is detected automatically and you don't need to customize configuration before build anymore. Set extends to null to disable automatic detection.

Of course, if your app is intended only for electron, electron-react-boilerplate is highly recommended and no need to use create-react-app.

Wonder why 19.x releases are still pre-releases? Because yet another breaking change is expected (AppX target) :)

Are you boilerplate project author — don't worry, extends will soon support shareability as eslint supports and you can move custom configuration out of user's project.

Features

  • nsis: custom uninstaller display name in the control panel (fda6ee9)
  • react-cra detection, shareable config support — extends (28f0266)