- 21 Jan, 2018 3 commits
-
-
Dan Abramov authored
* Fix the E2E script * Delete .git if committing failed
-
Dan Abramov authored
-
Bond authored
-
- 20 Jan, 2018 2 commits
-
-
Piotr authored
* Provide callbacks in serviceWorker * revert exporting default function
-
Dan Abramov authored
-
- 19 Jan, 2018 2 commits
-
-
Maurice de Beijer authored
* Create git repo with initial commit * Fixe commit message * Added the git repo to the docs * Bail if we are in a mercurial repository * Removed Chore from commit mesage * Create repo after installing react and react-dom * Removed docs * Commit changes when ejecting * Update after review * git add -A instead of git add . after code review
-
Ian Sutherland authored
* WIP disable service worker by default (#2554) * Updated service worker registration * Readd default export in registerServiceWorker.js * Updated comments about using Service Worker * Call it serviceWorker * Nits
-
- 18 Jan, 2018 3 commits
-
-
Bond authored
* change link to advanced deployment * Use custom CRA link for deployment * use custom link for minification failure * update link for deployment * feedback
-
Joe Haddad authored
-
Joe Haddad authored
-
- 17 Jan, 2018 9 commits
-
-
Andrew authored
-
Dan Abramov authored
-
Ian Sutherland authored
* Import SVGs as React components (#1388) * Updated webpack production config and fixed tests * Improved Jest SVG file transform * Improved SVG tests * Add a comment * Update webpack.config.prod.js
-
Luke Jackson authored
* Applies dark theme and adds link to reactjs.org * Just "learn React" * Tweaks
-
Joe Haddad authored
-
Joe Haddad authored
-
Ro Savage authored
* Add css modules with [name].modules.css file convention * Add e2e for CSS Modules * Updated based on feedback * Change css modules class name to be deterministic and fix licences * Update css modules class naming convention
-
Edward Ren (Eddie) authored
-
Jack Franklin authored
* Enhance Jest config error for `setupTestFrameworkScriptFile` I wasn't aware of the fact that users of c-r-a could just define `src/setupTests.js` and it would be configured with Jest - I nearly ejected before I found a GitHub issue that confirmed this functionality. I thought it might be a nice idea to add it to the error about Jest config overrides to stop others ejecting when they don't need to. * Change the order of Jest config errors. * Show different error for `setupTestFrameworkScriptFile` * Tweak the message
-
- 16 Jan, 2018 1 commit
-
-
Dan Abramov authored
* Try to fix CI * Bump Jest elsewhere * Bump Babel elsewhere * Fix CI on Windows by writing .cmd file back
-
- 15 Jan, 2018 20 commits
-
-
Dan Abramov authored
* Support Jest --watchAll flag * Use clearer condition * Add comma
-
Gary Meehan authored
-
Joe Haddad authored
* Offer to set browser defaults * Catch error on no * Add ending newlines * Ensure we re-check to prevent defaults from leaking * Reduce nesting * Add defaults message * More explicit
-
Dan Abramov authored
-
Joe Haddad authored
* Warn about browsers during build * Better message
-
Dan Abramov authored
* Bump dependencies * Use a more sensible way to compile error overlay * Keep old chalk for global CLI
-
Joe Haddad authored
-
Joe Haddad authored
* Cheap perf gains * Whoopsie
-
Dan Abramov authored
-
Dan Abramov authored
Add preflight check to guard against wrong versions of webpack/eslint/jest higher up the tree (#3771) * Run real scripts in local development * Add preflight check warning * I know what I am doing * Move preflight check into individual scripts This ensures we don't try to filter NODE_PATH twice, accidentally removing the now-absolute path. * Slightly tweak the wording * Fix lint
-
Joe Haddad authored
* Provide better defaults * Let babel determine features to compile * meh * Remove setting of BABEL_ENV * Revert "Remove setting of BABEL_ENV" This reverts commit ee2db707. * Set browsers to ie9
-
Chris Laughlin authored
* Updating ESlint to ^4.15.0 and adding new rules to config * remoning style rule and auto fixing breakages from new rules * Removing implicit-arrow-linebreak style rule * adding new rule to eslint config project * updating react scripts eslint version * Pinning version. * Changing getter-return to warn * Update package.json * Update .eslintrc
-
Dan Abramov authored
* Bump eslint-plugin-jsx-a11y * Update index.js * Update index.js * Update package.json * Don't use links for non-linky things
-
Clement Hoang authored
* Update dependencies in react-scripts * Add first pass of working dependencies for babel-preset-react-app and react-scripts * Bump more dependency versions * Adjust more versions and edit fix options * Restore functionality of old preset * Disable Uglify in iframe webpack * Apply prettier * Re-enable cache in dev and clean deps * Lock packages and move babel/core to dep in preset * Bump babel-jest * Re-enable uglify * Nest forceAllTransforms correctly in webpack config * Install babel-core bridge for jest * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass * Re-enable transform-dynamic-import * Add dynamic import syntax support back * Use new babel in kitchensink * Transform modules in test * Revert "Transform modules in test" This reverts commit 539e46a1. * Attempt fix for ejected tests * try this * Add regenerator back * Bump babel deps to beta.34 ...
-
Dan Abramov authored
-
aisensiy authored
* update jest to 21.0.2 to support watchPathIgnorePatterns configuration * update jest to 21.1.0 * Try bumping Jest * Bump babel-jest * Try to debug weird CI failure * Remove debug code * Bump other Jest packages * ffs * temp * Revert "temp" This reverts commit 62aec9ac.
-
Rami authored
-
Jeffrey Posnick authored
* Disables navigateFallback and updates the README * Typos * Updated a URL in a comment.
-
everdimension authored
-
Andrey Sitnik authored
-