- 07 Mar, 2017 2 commits
-
-
Joe Haddad authored
* Add red box prototype * Unmount fail node when hot-reloaded (future proofing) * Slightly improve error reason * Add Chrome unhandledrejection listener * Close red box when Escape is pressed * Construct our own source if not available * Resolve sourcemaps for friendlier traces * Allow error to be scrolled * Only utilize sourcemaps, not the magic. :( * Make view similar to React Native * Fix an uncaught syntax error * Add workaround for Firefox 50 * Add a hint for closing the prompt * Multiple error support When there's multiple errors, simply state that there are more instead of re-rendering * Log any renderer error * Dim node_modules in display * Override chrome stack trace limit * Magic: show me some source! * Add ability to toggle internal calls * Switch text from show -> hide * Change color scheme to something easier on the eyes * Change UI to be friendlier (thanks @nicinabox) https://github.com/faceboo...
-
Joe Haddad authored
* Switch to preset-env Disables webpack modules by enabling babel modules to resolve #1638 * Bump babel-core to match babel preset versions * Add uglify to targets
-
- 06 Mar, 2017 8 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
- create-react-app@1.3.0 - eslint-config-react-app@0.6.1 - react-dev-utils@0.5.2 - react-scripts@0.9.4
-
Joe Haddad authored
-
Valerii Sorokobatko authored
* fix eject for linked react-scripts * path.resolve => resolveApp
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Ade Viankakrisna Fadlil authored
* Temp rename * Rename to change the case * extract generic build functions to react-dev-utils * tweak package json files and move removeFileNameHash * revert removeFileNameHash * use paths.appBuild in printFileSizes * use paths.appBuild in removeFileNameHash * change curried functions to regular functions * add fs-extra to react-dev-utils deps * move getDifferenceLabel inside printFileSizes * inline copyPublicFolder * combine printFileSizes and removeFileNameHash to fileSizeReporter * fix typo * Tweak APIs and fix issues * Fix heading * Remove missing file * Newline * Newline * Trailing space * Update FileSizeReporter.js * Update build.js
-
- 05 Mar, 2017 18 commits
-
-
Joe Haddad authored
* Properly extract package name * Download package if need be ... * Oops * Add e2e test based on #1537, but without specific filename * Pass packageName through promises A little bit more verbose but explicit and doesn't rely on shared mutable state. * Fix up directory name in test * Tweak failure message * Fix lint
-
Dan Abramov authored
* Read script names from own bin instead of guessing This fixes ejecting from a fork that uses a different bin script name. * Fix ejecting for a scoped react-scripts fork We shouldn't hardcode react-scripts because fork name might differ. We also shouldn't rely on it being an immediate child because scoped packages are a level deeper. * Clarify that own* properties only exist before ejecting
-
Dan Abramov authored
* Lint internal scripts with eslint:recommended * Warnings r bad
-
Joe Haddad authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Bond authored
* Bump jsx-a11y version * Update package dependecy for jsx-a11y * Bump version in react-scripts
-
Dan Abramov authored
-
Dan Abramov authored
* Skip CI builds for Markdown changes * I will never learn YML
-
Mato Ilic authored
* Create empty package.json in e2e test Create empty package.json in e2e test while installing packaged CLI to prevent installation issues. * Use "npm init" to initialize package.json instead of just writing an empty object into it. * Fix typo
-
Pierre Bertet authored
* Fix openBrowser() when BROWSER=open on macOS * Tweaks
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Ade Viankakrisna Fadlil authored
* add double quotes to escape spaces in path * Change $* to "$@" props to @n3tr * escape spaces in path for all e2e tests
-
Chris Drackett authored
* updating eslint to 3.16.1 * add support for ignoreRestSiblings in eslint http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings * updating eslint to 3.16.1 in `react-scripts` * updating eslint * missing `^` * missing ^ * pinning main eslint and updating readme * Pin ESLint version
-
Ryan Platte authored
* Update now.sh deployment instructions. Incorporates changes announced at https://zeit.co/blog/now-static that streamline Now deployments from CRA projects. * Remove unintentional reference to deployed app. No emergency; just didn't intend to tout or send traffic to my prototype.
-
Ade Viankakrisna Fadlil authored
* Add docs for apache's client side routing setting * Tweak advice
-
- 04 Mar, 2017 4 commits
-
-
Joe Haddad authored
-
Ade Viankakrisna Fadlil authored
-
pd4d10 authored
Remove unused `url` import in Webpack config
-
Daniel Grant authored
* Refactor start script into modules * Move dev server config into config file * Replace eject file whitelist with a "remove-file-on-eject" flag * Move utils into scripts folder (for inclusion in ejection) * Add missed changes * Pass showInstructions as an argument * Fix eject bug * Don't eject babelTransform
-
- 03 Mar, 2017 2 commits
-
-
Chris Drackett authored
* fixing things for people with the username `cwd` closes #1694 * combine awk into a single command and add escaping
-
Joe Haddad authored
-
- 02 Mar, 2017 4 commits
-
-
Travis Giggy authored
* Adding diagnostic code as requested by @gaearon * Oops
-
Simen Bekkhus authored
-
Dan Abramov authored
-
Joe Haddad authored
-
- 01 Mar, 2017 2 commits
-
-
Myk Klemme authored
-
Dan Abramov authored
-