- 15 Jan, 2018 4 commits
-
-
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 * Remove bad files * Use default when requiring babel transform plugin * Bump deps * Try the fix? * Oopsie * Remove some weird things * Run Babel on react-error-overlay tests * Try fixing kitchensink * Use new API for codeFrame * Add missing (?) babelrc * Maybe this helps? * Maybe fix mocha * I shouldn't have deleted this
-
Dan Abramov authored
-
Dan authored
- babel-preset-react-app@3.1.1 - create-react-app@1.5.0 - eslint-config-react-app@2.1.0 - react-dev-utils@5.0.0 - react-error-overlay@4.0.0 - react-scripts@1.1.0
-
- 14 Jan, 2018 2 commits
-
-
Dan Abramov authored
* Bump detect-port-alt * Bump again
-
Dan Abramov authored
-
- 10 Jan, 2018 3 commits
-
-
Ade Viankakrisna Fadlil authored
-
Ade Viankakrisna Fadlil authored
* add link to deployment docs after build * Update printHostingInstructions.js
-
Siddharth Doshi authored
* Use proxy for all request methods other than GET * Add comment
-
- 09 Jan, 2018 8 commits
-
-
Jonathan authored
* Replacing literal 'build' with `buildFolder` variable * Cleaning up the printHostingInstructions a bit * Fixing undefined variable
-
Ryan McCue authored
awk splits lines based on spaces, which causes directory names with spaces to end up in other fields. Using a for loop allows us to print from the 9th field onwards instead of just the 9th field.
-
Tharaka Wijebandara authored
* Open editor to exact column from build error overlay * Update launch editor validations
-
shrynx authored
-
Juhamatti Niemelä authored
If create-react-app project is ejected and webpack configuration is modified to multi build setup FileSizeReporter would fail. In those situations `webpackStats` parameter would contain stats array for each build. This fix will try to access stats and then falls back to using plaing webpackStats object.
-
Evan You authored
-
Daniel Verejan authored
* Update the string that clears the console. #1914 I've tested it with Windows 10 and 7, node versions from ~5.0.0 up to 7.7.0. Didn't managed to test it on 8 but it should be fine. * Update windows string Add windows specific string for clearing the console.
-
Rafael E. Poveda authored
* add support to set REACT_EDITOR to none * change README message * change condition to avoid problems with editor being null * move condition to avoid extra code
-
- 08 Jan, 2018 1 commit
-
-
Ernesto García authored
Adds support for the error overlay to detect and open the file with the error in MacVim. Relates to #2636.
-
- 04 Jan, 2018 1 commit
-
-
Norris Oduro authored
* Fix path regex match bug * Use the escape-string-regexp package to escape regex characters * Remove redundant character escape from path * Add removed escape of backslashes
-
- 04 Nov, 2017 1 commit
-
-
Joe Lim authored
* extra watch options regex to react-dev-utils * fix regex * add test * fix eslint error * include react-dev-utils test in CI script * attempt to fix import error * attempt to fix error on CI * Update .eslintrc
-
- 31 Oct, 2017 3 commits
-
-
Dan Abramov authored
- create-react-app@1.4.3 - react-dev-utils@4.2.1 - react-scripts@1.0.16
-
Pete Feltham authored
-
Dan Abramov authored
- babel-preset-react-app@3.1.0 - react-dev-utils@4.2.0 - react-error-overlay@3.0.0 - react-scripts@1.0.15
-
- 28 Oct, 2017 1 commit
-
-
Dan Abramov authored
* Bump dependencies * Downgrade source-map back to 0.5.x Not sure what changed there but our bundle snapshot doesn't match with minor changes. I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
-
- 06 Oct, 2017 1 commit
-
-
Tharaka Wijebandara authored
* Implement click-to-open for babel syntax errors in build error overlay * Add click-to-open support for lint errors and refactor parser * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays * Fix some eslint warnings * Add a comment about keeping middleware and dev client in sync * Remove es6 features from webpack dev client * Make open-in-editor functionality to work with new iframe script * Rename `openInEditor` to `editorHandler` - Remove indirection of openInEditorListener - Check editorHandler for null before styling error clickable * Fix flow errors
-
- 03 Oct, 2017 1 commit
-
- 27 Sep, 2017 1 commit
-
-
Joe Haddad authored
- babel-preset-react-app@3.0.3 - create-react-app@1.4.1 - eslint-config-react-app@2.0.1 - react-dev-utils@4.1.0 - react-error-overlay@2.0.2 - react-scripts@1.0.14
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 16 Sep, 2017 1 commit
-
-
Rasmus Eneman authored
Fixes #3106
-
- 11 Sep, 2017 1 commit
-
-
gulderov authored
* Auto-detect running editor on Linux for error overlay Basic support of auto detecting running editor for #2636. Tested on Ubuntu 16.04. It detects few editors. JetBrains products should start by wrapper like /usr/local/bin/webstorm. Otherwise it takes a lot of time to open editor. * Comments fixed. * List all processes owned by you * Comment rewording
-
- 10 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* rerun prettier for all files * pin prettier to 1.6.1
-
- 09 Sep, 2017 1 commit
-
-
Joe Haddad authored
* Reload the page when an error has occurred Fixes #3096 * Use a global boolean instead
-
- 02 Sep, 2017 3 commits
-
-
Dan Abramov authored
- react-dev-utils@4.0.1 - react-error-overlay@2.0.1 - react-scripts@1.0.13
-
Dan Abramov authored
-
Jared Palmer authored
* Make error overlay file configurable * Add fallback filename
-
- 01 Sep, 2017 1 commit
-
-
Erik J. Sturcke authored
-
- 28 Aug, 2017 2 commits
-
-
Dan Abramov authored
- react-dev-utils@4.0.0 - react-error-overlay@2.0.0 - react-scripts@1.0.12
-
Tharaka Wijebandara authored
* Convert react-error-overlay to React * Update compile-time error overlay to use react-error-overlay components * Refactor react-error-overlay components to container and presentational components. * Make the compile-time error overlay a part of react-error-overlay package. * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors. * Run Prettier * Move the function name fix into StackFrame itself * Fix clicking on source code snippet to open the code in editor * Use exact objects + minor style tweak * Don't linkify frames that don't exist on the disk * Fix lint * Consolidate iframe rendering logic * Remove circular dependency between react-dev-utils and react-error-overlay * Fix lint * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware * Deduplicate identical errors
-
- 27 Aug, 2017 1 commit
-
-
Joe Haddad authored
-
- 16 Aug, 2017 1 commit
-
-
Yann Pringault authored
* Fix docs for `printFileSizesAfterBuild` * Add optionals parameters for `printFileSizesAfterBuild`
-