Releases: appier/create-react-app
Releases · appier/create-react-app
[email protected]
Change log
- Upgrade to
[email protected] - Upgrade
react-hot-loaderversion to4.1.2
Try it
You can install the latest alpha version of react-scripts-appier using one of the following commands:
$ # Create a new application
$ npx create-react-app@next --scripts-version=react-scripts-appier@next
$ # Upgrade an existing application
$ yarn upgrade react-scripts-appier@next
[email protected]
Change log
- Force react-scripts respect user-defined eslint config. (#11)
Try it
You can install the latest stable version of react-scripts-appier using one of the following commands:
$ # Create a new application
$ npx create-react-app --scripts-version=react-scripts-appier
$ # Upgrade an existing application
$ yarn upgrade react-scripts-appier
[email protected]
Change log
- Upgrade to
[email protected] - Upgrade
react-hot-loaderversion to4.0.1
Try it
You can install the latest alpha version of react-scripts-appier using one of the following commands:
$ # Create a new application
$ npx create-react-app@next --scripts-version=react-scripts-appier@next
$ # Upgrade an existing application
$ yarn upgrade react-scripts-appier@next
[email protected]
Change log
- Upgrade
react-scriptsto1.1.1 - Upgrade
react-hot-loaderto4.0
Try it
You can install the latest stable version of react-scripts-appier using one of the following commands:
$ # Create a new application
$ npx create-react-app --scripts-version=react-scripts-appier
$ # Upgrade an existing application
$ yarn upgrade react-scripts-appier
[email protected]
Change log
- Upgrade
react-hot-loaderversion to4.0.0
Try it
You can install the latest alpha version of react-scripts-appier using one of the following commands:
$ # Create a new application
$ npx create-react-app@next --scripts-version=react-scripts-appier@next
$ # Upgrade an existing application
$ yarn upgrade react-scripts-appier@next
[email protected]
Change log
- Specify
react-hot-loaderversion as4.0.0-rc.0
[email protected]
Change log
- Upgrade to
[email protected](see: facebook#3815 (comment)) - Simplify template's README.md
[email protected]
Change log
- Upgrade to
react-scripts2.0 (see: facebook#3815) - Add supports for
react-hot-loader@next - Add
postcss-nestedplugin for css module - Add supports for absolute path (e.g.
import Button from 'components/shared/Button.js';) - Exclude
*.bs.jsineslint-loader
[email protected]
- Remove
bs-loader - Exclude
*.bs.jsineslint-loader