Skip to content

Releases: appier/create-react-app

react-scripts-appier@10.0.0-next.34ea09b5

Choose a tag to compare

Change log

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

Choose a tag to compare

@jihchi jihchi released this 24 Apr 10:29

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

Choose a tag to compare

Change log

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

Choose a tag to compare

@jihchi jihchi released this 05 Mar 02:31

Change log

  • Upgrade react-scripts to 1.1.1
  • Upgrade react-hot-loader to 4.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

Choose a tag to compare

Change log

  • Upgrade react-hot-loader version to 4.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

Choose a tag to compare

Change log

  • Specify react-hot-loader version as 4.0.0-rc.0

react-scripts-appier@10.0.0-next.29b1680b

Choose a tag to compare

Change log

  • Upgrade to react-scripts@2.0.0-next.47d2d941 (see: react#3815 (comment))
  • Simplify template's README.md

react-scripts-appier@10.0.0-next.b81026c3

Choose a tag to compare

@jihchi jihchi released this 30 Jan 03:19

Change log

  • Upgrade to react-scripts 2.0 (see: react#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 in eslint-loader

react-scripts-appier@9.0.0

Choose a tag to compare

@jihchi jihchi released this 16 Jan 10:35
  • Remove bs-loader
  • Exclude *.bs.js in eslint-loader

react-scripts-appier@8.1.1

Choose a tag to compare

@jihchi jihchi released this 15 Jan 16:18