The existing link lands on a 'this page has moved' placeholder that
doesn't redirect to the correct location. This PR replaces it with the
currently working URL.
* Use production React version
* We cannot strip our own checks if production
* Keep the sourcemap during minify
* Prevent devtools pollution
* Add some comments
* sigh
* 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
* Make error overlay to run in the context of the iframe
* Configure webpack to build the entire package
* Remove inline raw-loader config
* Configure watch mode for error-overlay webpack build
* Add polyfills to the error-overlay iframe script
* Add header comment
* Configure to fail CI on error or warning
* Suppress flow-type error on importing iframe-bundle
* Change webpack to a dev dependency and pin some versions
* Disable webpack cache
* Update license headers to MIT
* Allow the dev server to watch for changes in src/node_modules
* fix eslint error
* fix broken regex
* handle trailing slash edge case for file paths
Closes#2760Fixes#3223
* Resolved issue #2971
- changed h2 to h1 in template to adhere to accessibility guidelines.
- Added h1 styles to maintain same font size.
* Added header tag to template
Corrected templete to use semantically correct header tag for header instead of div
* Added className for App-title
- Added className="App-title" to h1 tag
- Changed CSS selector to target class instead of element
* Updated react-error-overlay to latest Flow (0.54.0)
* Revert "Updated react-error-overlay to latest Flow (0.54.0)"
This reverts commit 6deaffbdb0b2e7c72a7f4053a299f28db174383b.
* Fixed unit tests.
* Updated code as per code review.
* Fixed code as per code review.
* Updated the code as per review.
* 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
* run npm 5.4.0 in CI
* run npm cache clean with --force in CI
* use link instead of install
* Update e2e-installs.sh
* Update e2e-kitchensink.sh
* Update e2e-simple.sh
* Switch to unix path separators before normalizing path for Windows compatibility
* Add comment for posterity
* Revert "Add comment for posterity"
This reverts commit 742baceef97e767527498a2ad8b2ab66ad748333.
* Strictly add comment