- 10 Sep, 2016 2 commits
-
-
Khoa Nguyen authored
* Specify cache directory for babel loader * Use `react-scripts` for folder name instead
-
Ville Immonen authored
The regexes in the Jest `moduleNameMapper` configs were a bit too strict, causing them to not pick up files with special characters like `@` in the file path. Change them to match anything with the correct file extension.
-
- 06 Sep, 2016 1 commit
-
-
Ville Immonen authored
* Warn about unsupported Node.js versions Add the `engines` field to package.json so users of old Node.js versions will at least get a warning when trying to install create-react-app or react-scripts, e.g.: npm WARN engine create-react-app@0.3.0: wanted: {"node":">=6"} (current: {"node":"4.2.3","npm":"2.14.7"}) * Remove duplicated field and extra whitespace * Change the engine version back to 4
-
- 05 Sep, 2016 1 commit
-
-
cloudmu authored
* Change http-proxy-middleware logLevel from silent to error * provide onError handler for httpProxyMiddleware * Send proper error reponse upon proxy error.
-
- 03 Sep, 2016 11 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Jeremy Gayed authored
* Adds JSX extension support * PR changes * Add testRegex * Add note about not recommending JSX, link to issue
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
cloudmu authored
* Change http-proxy-middleware logLevel from silent to error * provide onError handler for httpProxyMiddleware
-
Eric Ferraiuolo authored
For the 0.4.0 CHANGELOG entry, the npm install command should be: ``` npm install --save-dev --save-exact react-scripts@0.4.0 ``` Not: ``` npm install --save-dev --save-exact react-scripts@0.3.1 ```
-
- 02 Sep, 2016 25 commits
-
-
ippa authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Chris Castle authored
* Clarify proxy instructions in generated app README * Add backticks to format text/html as code
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dave Ceddia authored
With the HTTPS env var set 'true', the dev server will serve over HTTPS.
-
Dan Abramov authored
* Disable contentBase in development * Document #428
-
Dan Abramov authored
-
Gael du Plessix authored
-
Dan Abramov authored
-
Jeremiah Harlan authored
-
Dan Abramov authored
-
Jimmy Miller authored
-
Jimmy Miller authored
env.js is only for variables injected into the app.
-
Jimmy Miller authored
Fixes: #253
-
Dan Abramov authored
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
Marshall Bowers authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-