Closed greenkeeper[bot] closed 7 years ago
Update to this version instead 🚀
react-scripts
NODE_PATH=src
for npm start
and npm run build
. (@ApacheEx)NODE_PATH=src
for Jest. (@gaearon)"homepage"
field. (@gaearon).env.local
in test
environment. (@gaearon)react-dev-utils
react-dev-utils
, react-error-overlay
react-error-overlay
eslint-config-react-app
react-scripts
<noscript>
to template's index.html
. (@viankakrisna)react-scripts
.env.*
files are supported. (@AJamesPhillips)Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.1
or
yarn add --dev --exact react-scripts@1.0.1
Version 1.0.0 of react-scripts just got published.
The version 1.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of react-scripts. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: