@vtex/react-scripts
Advanced tools
Changelog
Migrating from 1.0.11 to 1.0.12
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.12
or
yarn add --exact react-scripts@1.0.12
Note: there’s a known issue that might cause the project to not compile after upgrading. In this case, migrate straight to 1.0.13
which doesn’t have this issue.
Changelog
Migrating from 1.0.10 to 1.0.11
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.11
or
yarn add --exact react-scripts@1.0.11
Changelog
Migrating from 1.0.9 to 1.0.10
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.10
or
yarn add --exact react-scripts@1.0.10
Changelog
Migrating from 1.0.8 to 1.0.9
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.9
or
yarn add --exact react-scripts@1.0.9
Changelog
Migrating from 1.0.7 to 1.0.8
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.8
or
yarn add --dev --exact react-scripts@1.0.8
If you previously used HTTPS=true
environment variable in development, make sure you aren't affected by a now-fixed vulnerability in Webpack by visiting this page. You can read more about the vulnerability here.
You may optionally then move react-scripts
from devDependencies
to dependencies
since that’s how we’ll structure newly created projects. It is not necessary though.
If you left the service worker integration enabled and didn’t change how it works, you can replace src/registerServiceWorker.js
with this updated version.
If you haven't changed the default CSS organization, you may want to apply this fix that makes index.css
take precedence over App.css
in your project.
Changelog
Migrating from 1.0.6 to 1.0.7
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.7
or
yarn add --dev --exact react-scripts@1.0.7