- 14 Oct, 2018 3 commits
-
-
Gavin Barron authored
Current instructions for running using HTTPS in a PowerShell prompt are incorrect and do not work on Windows 10 v1809
-
Dan Abramov authored
* Fix click-to-open on Windows * Oops
-
Vikram Rangaraj authored
* use the correct dependency for babel-plugin-dynamic-import-node * Update package.json
-
- 12 Oct, 2018 3 commits
-
-
Jeffrey Posnick authored
-
Wenchen Li authored
-
Ludovico Fischer authored
Update peer dependency versions in README.
-
- 10 Oct, 2018 1 commit
-
-
Joe Haddad authored
* Speed up installs with pnp * Move to a better relative path test * Continue work on new test organization * Move mjs test to new enhanced tests * Move over last legacy test * Update behavior e2e script * Add first iteration of instructions to test readme * Add some more bad instructions * Split test command into multiple lines * Use two workers (do not run in band) * Bump install timeout * No global pollution * Fix PnP support via standard run mechanism * Prevent circular serve command * Silent yarn execs * Fix common commands by using a shell * Run with npx instead of Yarn * Remove unused scripts * Wait for localhost and fix script booting with PnP * Don't pnp locally because links will cause module resolution to whine * lint-staged is annoying * Strip Yarn out of execa runs * Set default license if none specified * Don't impose worker limit * Disable pnp for webpack messages * Add missing dep...
-
- 09 Oct, 2018 1 commit
-
-
Jon Clark authored
-
- 08 Oct, 2018 2 commits
-
-
Joe Haddad authored
-
Alex Forbes-Reed authored
* Add environment variable to optionaly disable inlining of chunks * Changed env var to `process.env.INLINE_RUNTIME_CHUNK ` * Added env var to Advanced Configuration in docs * Drop implied behavior * Tweak working to match other descriptions
-
- 07 Oct, 2018 1 commit
-
-
Mikhail Vasin authored
* Fix typo * Clean up change description
-
- 06 Oct, 2018 4 commits
-
-
Oskar Persson authored
Fixes #5333 printFileSizesAfterBuild calls canReadAsset with an object containing the file name while measureFileSizesBeforeBuild calls it with just the name. When canReadAsset only receives the name it returns false since accessing the `name` property results in undefined. This commit fixes that by having canReadAssset instead expect only the file name and making printFileSizesAfterBuild just like measureFileSizesBeforeBuild only provide the name as argument.
-
simonCordovaByte9 authored
-
Ragnar Rebase authored
-
Almero Steyn authored
-
- 05 Oct, 2018 5 commits
-
-
David Gilbertson authored
* Fix broken link in main README * Fix incorrect link in user guide README
-
Behzod Saidov authored
It seems correct URL is https://developers.google.com/web/fundamentals/web-app-manifest/ Current URL (https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/) is redirecting to there.
-
Ben Brandt authored
-
Peter Bengtsson authored
* avoid TypeError on when registering service workers without config Fixes #5299 * same before config.onUpdate
-
Ryan Cogswell authored
-
- 04 Oct, 2018 3 commits
-
-
Ernesto García authored
* add react-testing-library documentation/examples * make react-testing-library a heading * fix typo
-
Joe Haddad authored
-
Adam Bowles authored
-
- 03 Oct, 2018 10 commits
-
-
Kristofer Selbekk authored
* Add a temporary README file This commit adds a temporary readme file that points users to the main README file or the User Guide. * Add a "getting started" doc This commit adds a page for getting started, copying the "Get started now" from the current `README.md`. * Add link to the get started page from the index page * Add the getting started doc to the site header * Add footer link to getting started info * Add getting started to the sidebar * Add placeholder for the user guide page * Add links to the user-guide page as well * Add auto-generated i18n file * Move all docusaurus related files into own folder
-
Joe Haddad authored
-
Joe Haddad authored
- babel-preset-react-app@5.0.3 - create-react-app@2.0.3 - react-dev-utils@6.0.4 - react-error-overlay@5.0.4 - react-scripts@2.0.4
-
Joe Haddad authored
-
Dan Abramov authored
-
Shubham Tiwari authored
create-react-app-parcel is failing and there is no support for that.
-
Maël Nison authored
* Caches the Yarn resolution for faster installs * Adds the yarn.lock.cached file to the publish list * Removes the copied lockfile when the install fails * Updates the release checklist
-
Maël Nison authored
-
Joe Haddad authored
-
Joe Haddad authored
* Add `.mjs` support back to webpack, because webpack was not the problem * Continue toggling `.mjs` to `javascript/auto` mode * Be more inline with the specification * Bump old Node to 6
-
- 02 Oct, 2018 7 commits
-
-
Iurii Kucherov authored
-
Ian Sutherland authored
-
Kristofer Selbekk authored
-
Kohei Hasegawa authored
-
Kristofer Selbekk authored
Borrowed these from the reactjs/reactjs.org repo on GitHub: - https://github.com/reactjs/reactjs.org/blob/master/static/logo-og.png - https://github.com/reactjs/reactjs.org/blob/master/static/favicon.ico
-
Crux authored
-
Kristofer Selbekk authored
* Remove "who uses this" callout on front page * Remove users and help pages * Add link to React's support docs Instead of removing the Help link altogether, this commit re-adds it as an external link to React's existing support documentation
-