- 27 Jun, 2017 2 commits
-
-
Paweł Jędrzejczyk authored
-
Ade Viankakrisna Fadlil authored
-
- 26 Jun, 2017 9 commits
-
-
Dan Abramov authored
-
Fabrizio Castellarin authored
* Local testing with docker * Docs on e2e testing * `bash` callback after docker * Add a TL;DR in the CONTRIBUTING section * Local e2e testing with modified files * Remove the N.B. from the README * Fixed a fixme in e2e doc
-
Mateusz Zatorski authored
* add docs for setting up CircleCI for CRA * Reword
-
Andy Kenward authored
Since `v2.2.1` of webpack the need for `ident` for complex options is no longer required. See https://webpack.js.org/guides/migrating/#complex-options
-
Jeffrey Posnick authored
-
Will Farley authored
* Update sw-precache-webpack-plugin to v0.11.3 * Pin the version
-
Jay V authored
* Adding link to tutorial on code splitting Link to tutorial on Code Splitting with React Router * Update README.md
-
Mico Piira authored
-
Mikhail Osher authored
https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html Both editors have the same signature `<editor> <projectPath> --line <number> <filePath>` to open file from the command line. It seems to work even if `<projectPath>` is omitted (commit 02f88ba1). Tested on `Win10`+`PhpStorm2016` and `macOS 10.12`+`PhpStorm2017`.
-
- 19 Jun, 2017 3 commits
-
-
Joe Haddad authored
-
varnav authored
* Fix incorrect check if CI variable is set to true Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true. Discussed here: https://github.com/facebookincubator/create-react-app/issues/2453 * Check for "not false" instead of "not true" After discussion we decided that this will be closer to current functionality and not break anything.
-
Levin Rickert authored
-
- 18 Jun, 2017 3 commits
-
-
Andi N. Dirgantara authored
It should be `baz` instead of `bar` on last example.
-
Roman authored
* Update README.md Fix broken link to React Router documentation * Update README.md
-
Joseph Frazier authored
This eliminates a `yarn` warning on OSX machines running Node.js 8. See here for details: https://github.com/strongloop/fsevents/issues/170 You can see an example of the warning in the second screenshot in https://github.com/facebookincubator/create-react-app/issues/2422#issuecomment-305218252
-
- 12 Jun, 2017 2 commits
-
-
Khang Lu authored
- Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
-
Michael Shilman authored
-
- 08 Jun, 2017 1 commit
-
-
Alexandre Nicastro authored
-
- 06 Jun, 2017 2 commits
-
-
Joe Haddad authored
Resolves #2481
-
Zac Kwan authored
* Added NamedModulesPlugin in webpack.config.dev.js * Update webpack.config.dev.js
-
- 05 Jun, 2017 1 commit
-
-
bryankang authored
-
- 04 Jun, 2017 1 commit
-
-
Norbert de Langen authored
* re-add storybook && update the documentation and links * Change to new documentation domain
-
- 02 Jun, 2017 1 commit
-
-
Ryan Sullivan authored
Removed Node v4 (CRA only supports Node >= 6)
-
- 31 May, 2017 1 commit
-
-
Rustem Kakimov authored
"ensuring that you web app" -> "ensuring that your web app"
-
- 30 May, 2017 1 commit
-
-
Marius Wirtherle authored
-
- 29 May, 2017 2 commits
-
-
Lufty Wiranda authored
since CRA now use the latest version of Jest under the hood, `jest-enzyme` v3.2.0 is now working perfectly fine
-
Frédéric Miserey authored
* Fix detection of parent directory * Correct parent directory detection fix Add windows specific path and extend to issuer path
-
- 27 May, 2017 6 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
- react-dev-utils@3.0.0 - react-error-overlay@1.0.7 - react-scripts@1.0.7
-
Dan Abramov authored
-
Dan Abramov authored
-
David Ascher authored
* Disable a micro-option in uglify that appears to be buggy See https://github.com/facebookincubator/create-react-app/issues/2376 * wrong plugin * Add a comment
-
Zac Kwan authored
Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug (#2351)
-
- 26 May, 2017 1 commit
-
-
Mirza Joldic authored
Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
-
- 25 May, 2017 1 commit
-
-
Jin Zheng authored
* Print file sizes with correct build folder path. * Just use the print the basename.
-
- 24 May, 2017 3 commits
-
-
Dan Abramov authored
-
Emanuele Ingrosso authored
-
Dan Abramov authored
- eslint-config-react-app@1.0.4 - react-dev-utils@2.0.1 - react-error-overlay@1.0.6 - react-scripts@1.0.6
-