- 26 Sep, 2018 5 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
This reverts commit 11f1aa09.
-
Joe Haddad authored
-
Jack Zhao authored
* add kitchensink-eject to local-test * add jest transform Closes https://github.com/facebook/create-react-app/issues/5095
-
Joe Haddad authored
-
- 25 Sep, 2018 5 commits
-
-
Joe Haddad authored
* Turn on helpers and test importing something with async/await works * Compiling babel runtime breaks itself * Add helpers option to babel plugin with defaults * Make helpers off by default and on in our configuration * Hit eject and e2e * meh * copy'n'paste * change again * Turn off helpers by default in /prod, /dev, /test * oops * Spread undefined * Use object assign not object spread * Put preset in template since it's needed * Fix e2e tests
-
Joe Haddad authored
* Drop ie 11 support and move polyfills to a new package * More useful directions for what entry point to use https://github.com/facebook/create-react-app/pull/5090#discussion_r220313783 * Clear up what file this polyfill goes in https://github.com/facebook/create-react-app/pull/5090#discussion_r220313980 * Polyfill `window`, not `global` * Remove proxy polyfill file
-
Joe Haddad authored
* Switch to stage 3 css * Tweak default browsers, too
-
Grady Kuhnline authored
* add postcss-preset-env, remove autoprefixer * limit to stage 4
-
Joe Haddad authored
* Add new overrides option * Add file to package.json * Create our own loader * Remove overrides * We have to use a real babel option * Add comments
-
- 24 Sep, 2018 8 commits
-
-
Joe Haddad authored
-
Martin Lechner authored
Husky had an overhaul of the API, see https://github.com/typicode/husky Therefore the usage advice here has been adjusted.
-
Nick Bartlett authored
follwing -> following
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Add user defined proxy via middleware * Pass app, instead
-
Kévin Dunglas authored
-
- 22 Sep, 2018 2 commits
-
-
Joe Haddad authored
Derived from https://github.com/facebook/create-react-app/issues/4492#issuecomment-421959548
-
Marko Kaznovac authored
-
- 21 Sep, 2018 10 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Jason Laster authored
-
John Freeman authored
Chrome requests `favicon.ico` on every route change, but stops if the `<link>` for it occurs early enough in the page. [Several](https://stackoverflow.com/questions/35409588/favicon-requested-on-every-route-change) other [people](https://github.com/ctrlplusb/react-universally/issues/145) have been running into this issue since at least February 2016.
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Aaron Reisman authored
-
Jack Zhao authored
-
Jack Zhao authored
* convert mocha tests to jest * jest 23 * add jest configs * use material css * fix windows * forceExit jest test * force exit eject * test * test * retrigger test * remove appveyor comment * try to remove pretendToBeVisual option * use jsdom env * test environment * no cache * test no close * bring back raf * test revert all broken changes * add back jsdom * remove jsdom * node test environment * use latest change * runInBand * runInBand * comment test run * try different jest option * standardize jest test options * increase heap size * remove heap size config * support scoped packages for cra --scripts-version option * upgrade jest version * fix windows * fix windows again * jest 23.4.1 * babel-jest * babel-jest * split out kitchhensink * travis node 6 * travis node 6 config * node 6 travis eject * cache yarn * only cache yarn * remove unrelated changes * typo
-
- 20 Sep, 2018 6 commits
-
-
Jason Laster authored
-
Joe Haddad authored
Adjust the default browsers to be a single list and remove it from the build output; it only affects CSS now
-
James B. Pollack authored
-
Joe Haddad authored
This is the best behavior so people have seamless upgrades to new React majors. This is probably a terrible default warning from the ESLint plugin, and we need to wait for https://github.com/yannickcr/eslint-plugin-react/issues/1955 before changing this hardcoded behavior. Closes #5034
-
Joe Haddad authored
Closes #5020
-
Joe Haddad authored
Closes #4932, Closes #4876
-
- 19 Sep, 2018 4 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
* No lock files prevents the use of yarn upgrade & outdated * Update deps * Bump Jest across the board * Add safe postcss parser
-
Jeffrey Posnick authored
* Updates to reflect service worker registration being opt-in. * Fixed an anchor link. * Updates to SWPrecacheWebpackPlugin config, and corresponding docs.
-
Joe Haddad authored
* Upgrade html webpack plugin * Fix build
-