- 10 Feb, 2017 1 commit
-
-
Jih-Chi Lee authored
* Make all vars accessiable in index.html * Fix wrong env provieded to DefinePlugin * Separate results from getClientEnvironment * The `string` should be object instead of string * Fix accessing wrong field * Changed variables naming to `raw` and `stringified` * Remove trailing commas
-
- 09 Feb, 2017 4 commits
-
-
pd4d10 authored
-
Calvin Webster authored
* clarifying the use of custom environment variables * Tweak
-
Chandan Rai authored
-
RodrigoHahn authored
Updated README.md to refer to the current rebranding.
-
- 08 Feb, 2017 3 commits
-
-
Ro Savage authored
-
Jay Phelps authored
-
Joe Haddad authored
-
- 04 Feb, 2017 2 commits
- 30 Jan, 2017 2 commits
-
-
Valerii authored
- code style
-
Fabrizio Castellarin authored
* E2E: run tests when react is ready * Entangle e2e with callbacks * Remove unused e2e lines
-
- 27 Jan, 2017 1 commit
-
-
creynders authored
ATM if react-scripts is (erroneously) declared in `dependencies` instead of `devDependencies` or isn't declared at all, the `eject` script will fail half-way. This change makes it more robust, react-scripts will be removed from either, if present.
-
- 26 Jan, 2017 1 commit
-
- 24 Jan, 2017 3 commits
-
-
Dan Abramov authored
-
Jonathan Kim authored
-
Alex Driaguine authored
* Added Rails link to User Guide * docs: unify sections for rails and node backend integration * docs: fix faulty link and indentation
-
- 23 Jan, 2017 3 commits
-
-
Vasiliy Taranov authored
* Add causes of dev server not detecting changes Add causes of `npm start` not detecting changes to Troubleshooting chapter of User Guide * Reworded slightly * Update README.md
-
soo authored
for consistency :)
-
Fabrizio Castellarin authored
* Use a more sophisticated template for end-to-end testing. * Not publish integration tests to npm * Use "commander" for cli argv handling * Handle different scripts version forms and exits without a name given * Prepare the commands for testing with a template * Fix dev "template" path * Add various features to test * Test various features separately * Test language features * Comment unused e2e.sh lines * Add "development" tests * Test environment variables * Test webpack plugins * Replace kitchensink README * Switch integration tests from jest to mocha * Use `fs-extra` * Use the correct folders * Do some cleanup * Print a better message for `--template` * Test `npm start` with and without https * Separate fast e2e testing from kitchensink testing * Hide `--internal-testing-template` (former `--template`) CLI option
-
- 12 Jan, 2017 2 commits
-
-
Daniel Schep authored
* Document Flow support Projects created by Create React App use the `babel-preset-react` which includes Flow babel plugins which introduces new syntax. This is important for users to know as it causes what used to be syntax errors to be silently suppressed because they're valid type annotations in Flow. For example if a user accidentally has `[foo: 'bar']`, Babel will silently convert it to `[foo]`. * Make it a bit clearer
-
Robbie H authored
-
- 11 Jan, 2017 2 commits
-
-
Jimmy Miller authored
Array.forEach is passed the following parameters: currentValue The current element being processed in the array. index The index of the current element being processed in the array. array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach console.log takes multiple arguments. We only want to print the first one, the actually message.
-
Pedro Nauck authored
-
- 09 Jan, 2017 5 commits
-
-
Ville Immonen authored
0.8.5
-
Ville Immonen authored
- create-react-app@1.0.3 - react-scripts@0.8.5
-
Ville Immonen authored
-
Ville Immonen authored
There’s a common tool included in Hadoop that also has a `yarn` command, which created issues for users who had Hadoop installed: * #1257 * #1363 Yarn also installs the command under `yarnpkg` alias (added in https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92) so we can use `yarnpkg` instead of `yarn` to make it more reliable. This has no effect on users who don't have Hadoop installed, but those who have won't see errors from falsely detecting Hadoop Yarn as Yarn the package manager, and they can now also install Yarn to make use of our Yarn support without the Hadoop Yarn interfering.
-
Ville Immonen authored
There’s a common tool included in Hadoop that also has a `yarn` command, which created issues for users who had Hadoop installed: * #1257 * #1363 Yarn also installs the command under `yarnpkg` alias (added in https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92) so we can use `yarnpkg` instead of `yarn` to make it more reliable. This has no effect on users who don't have Hadoop installed, but those who have won't see errors from falsely detecting Hadoop Yarn as Yarn the package manager, and they can now also install Yarn to make use of our Yarn support without the Hadoop Yarn interfering.
-
- 08 Jan, 2017 1 commit
-
-
Fatih authored
-
- 30 Dec, 2016 3 commits
-
-
Paul O’Shannessy authored
-
Christian Raidl authored
-
Johnny Magrippis authored
-
- 23 Dec, 2016 1 commit
-
-
David authored
-
- 21 Dec, 2016 1 commit
-
-
Matthew Holloway authored
-
- 18 Dec, 2016 2 commits
-
-
Eduard Kyvenko authored
-
Dinuka De Silva authored
* gh-1269: Enabling nested folder paths for project name * gh-1269: Added "fs-extra" and removed "path-exists" * gh-1269: Added e2e test cases to verify nested folder names
-
- 14 Dec, 2016 1 commit
-
-
Jay Phelps authored
-
- 13 Dec, 2016 2 commits
-
-
Cary Landholt authored
Browser launch can still be suppressed using BROWSER=none
-
MUA authored
* Adds note on how to resolve file or directory not found errors for heroku deployments * Style tweaks
-