Releases: appier/create-react-app
Releases · appier/create-react-app
react-scripts-appier@10.0.0-next.34ea09b5
Change log
- Upgrade to
react-scripts@2.0.0-next.66cc7a90
- Upgrade
react-hot-loader
version 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
react-scripts-appier@9.1.1
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
react-scripts-appier@10.0.0-next.63836573
Change log
- Upgrade to
react-scripts@2.0.0-next.b2fd8db8
- Upgrade
react-hot-loader
version 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
react-scripts-appier@9.0.1
Change log
- Upgrade
react-scripts
to1.1.1
- Upgrade
react-hot-loader
to4.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
react-scripts-appier@10.0.0-next.5ac8e423
Change log
- Upgrade
react-hot-loader
version 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
react-scripts-appier@10.0.0-next.238a4482
Change log
- Specify
react-hot-loader
version as4.0.0-rc.0
react-scripts-appier@10.0.0-next.29b1680b
Change log
- Upgrade to
react-scripts@2.0.0-next.47d2d941
(see: facebook#3815 (comment)) - Simplify template's README.md
react-scripts-appier@10.0.0-next.b81026c3
Change log
- Upgrade to
react-scripts
2.0 (see: facebook#3815) - Add supports for
react-hot-loader@next
- Add
postcss-nested
plugin for css module - Add supports for absolute path (e.g.
import Button from 'components/shared/Button.js';
) - Exclude
*.bs.js
ineslint-loader
react-scripts-appier@9.0.0
- Remove
bs-loader
- Exclude
*.bs.js
ineslint-loader