-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken link #4330
Fix broken link #4330
Commits on Jan 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2bf0929 - Browse repository at this point
Copy the full SHA 2bf0929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 034c6ad - Browse repository at this point
Copy the full SHA 034c6adView commit details
Commits on Jan 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bab2c29 - Browse repository at this point
Copy the full SHA bab2c29View commit details
Commits on Jan 22, 2018
-
Include
{json,css}
files in prettier command (#3894)Update User Guide's README.md to include `json` and `css` files in the command to format the entire project for the first time with prettier, that it's consistent with the `lint-staged` command.
Configuration menu - View commit details
-
Copy full SHA for eee2907 - Browse repository at this point
Copy the full SHA eee2907View commit details
Commits on Feb 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 815853d - Browse repository at this point
Copy the full SHA 815853dView commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 32ea0c0 - Browse repository at this point
Copy the full SHA 32ea0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d216e - Browse repository at this point
Copy the full SHA 09d216eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 984d661 - Browse repository at this point
Copy the full SHA 984d661View commit details -
Revert "Set the public path to the asset manifest entries (#2544)"
This reverts commit bab2c29. I meant to apply it to `next` instead.
Configuration menu - View commit details
-
Copy full SHA for 1a9722f - Browse repository at this point
Copy the full SHA 1a9722fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1d636 - Browse repository at this point
Copy the full SHA 0b1d636View commit details
Commits on Mar 22, 2018
-
.mjs
should not resolve before .js files (#4085)Support for .mjs files added in #3239 did not account for npm libraries which ship native mjs files alongside js files. This accounts for this by ensuring .js files resolve before their accompanying .mjs file. Note that this is not an ideal end state since selecting a .mjs over a .js extension should be the result of whether `import` was used instead of `require()` in a node environment with native ESM support (currently via `--experimental-modules`). Instead, this change just *always* selects a .js extension before the .mjs extension if it exists. This unbreaks support for using GraphQL (relay, apollo, etc) within create-react-app projects.
Configuration menu - View commit details
-
Copy full SHA for c6375ed - Browse repository at this point
Copy the full SHA c6375edView commit details
Commits on Mar 23, 2018
-
Add troubleshooting for Github Pages (#4197)
Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
Configuration menu - View commit details
-
Copy full SHA for cb1608b - Browse repository at this point
Copy the full SHA cb1608bView commit details
Commits on Apr 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 780a457 - Browse repository at this point
Copy the full SHA 780a457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609aeea - Browse repository at this point
Copy the full SHA 609aeeaView commit details
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d639e90 - Browse repository at this point
Copy the full SHA d639e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f040d85 - Browse repository at this point
Copy the full SHA f040d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408db51 - Browse repository at this point
Copy the full SHA 408db51View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 110fded - Browse repository at this point
Copy the full SHA 110fdedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 305bd70 - Browse repository at this point
Copy the full SHA 305bd70View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbc71c - Browse repository at this point
Copy the full SHA dfbc71cView commit details
Commits on Apr 20, 2018
-
Mikhail Vasin authored
Apr 20, 2018 Configuration menu - View commit details
-
Copy full SHA for c282568 - Browse repository at this point
Copy the full SHA c282568View commit details
Commits on Apr 21, 2018
-
Merge branch 'next' into patch-1
Mikhail Vasin authoredApr 21, 2018 Configuration menu - View commit details
-
Copy full SHA for d57119d - Browse repository at this point
Copy the full SHA d57119dView commit details