netguru-react-scripts
Advanced tools
Changelog
Migrating from 1.1.1 to 1.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.2
or
yarn add --exact react-scripts@1.1.2
Changelog
Migrating from 1.1.0 to 1.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.1
or
yarn add --exact react-scripts@1.1.1
Changelog
Migrating from 1.0.2 to 1.0.3
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.3
or
yarn add --dev --exact react-scripts@1.0.3
Changelog
Migrating from 1.0.1 to 1.0.2
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.2
or
yarn add --dev --exact react-scripts@1.0.2
If you previously had issues with an Invalid Host Header
error, follow these new instructions to fix it.