There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Created by: gaearon
react-scripts
)async
and await
syntax. (@gaearon in #327, @fson in #332).webp
extension are now supported. (@gafemoyano in #458)package.json
. (@wdhorton in #477)Update react-scripts
to point to 0.2.3
in your package.json
and run npm install
. You shouldn’t need to do anything else.
Newly created projects will use 0.2.3
automatically. You don’t need to update the global create-react-app
CLI itself. It stays at 0.2.0
for now because it doesn’t have any changes.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.