- 26 Oct, 2017 1 commit
-
-
Dan Abramov authored
It's confusing: https://mobile.twitter.com/brianleroux/status/923581596720013312 h/t @brianleroux
-
- 23 Oct, 2017 1 commit
-
-
Lorenzo Palmes authored
* update eslint-plugin-react to 7.3.0 * Updated eslint-plugin-react to 7.4.0
-
- 21 Oct, 2017 1 commit
-
-
Matt Phillips authored
-
- 19 Oct, 2017 1 commit
-
-
Josh Branchaud authored
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.
-
- 17 Oct, 2017 2 commits
-
-
Joe Haddad authored
-
- 11 Oct, 2017 4 commits
-
-
Joe Haddad authored
* Use production React version * We cannot strip our own checks if production * Keep the sourcemap during minify * Prevent devtools pollution * Add some comments * sigh
-
Joe Haddad authored
* Add a warning when running minified * Add more robust check * Update index.js
-
André Ericson authored
-
Joe Haddad authored
* `react-error-overlay` has no dependencies now (it's bundled) * Use babel 6 for now
-
- 06 Oct, 2017 2 commits
-
-
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
-
Jonny Buchanan authored
-
- 05 Oct, 2017 1 commit
-
-
Joshua Wiens authored
- Changelog: https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md - Reference issue: https://nodesecurity.io/advisories/535 Fixes #3244
-
- 03 Oct, 2017 4 commits
-
-
Tharaka Wijebandara authored
* 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
-
Joe Haddad authored
* Windows compatibility * Use regex for mutli-replace
-
Toshiharu Nishina authored
-
- 29 Sep, 2017 4 commits
-
-
Petr Huřťák authored
Changed `<!doctype html>` to `<!DOCTYPE html>` According to the spec it should be uppercase (but parsing is case insensitive)
-
David Beitey authored
-
Robert Panzer authored
Correct manual proxy documentation
-
Mohamed Oun authored
Also, clarify hot reloading a bit.
-
- 27 Sep, 2017 3 commits
-
-
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
-
Joe Haddad authored
-
Joe Haddad authored
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 22 Sep, 2017 2 commits
-
-
Neek Sandhu authored
* Add link to active CSS modules discussion * Update README.md
-
Nik Nyby authored
It doesn't look like there is any backwards incompatibility: https://github.com/webpack/webpack-dev-server/releases
-
- 20 Sep, 2017 2 commits
-
-
Rick Beerendonk authored
* Class fields to stage 3 Per 2017.07.27 TC39 https://github.com/tc39/proposals/commit/0bbbb08c3cdcc986d59b21782b70633329546042 * Be explicit that only the public part of the unified field proposal is available.
-
Kristie Howard authored
-
- 16 Sep, 2017 2 commits
-
-
Rasmus Eneman authored
Fixes #3106
-
Tharaka Wijebandara authored
-
- 13 Sep, 2017 1 commit
-
-
David Leger authored
* 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
-
- 12 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
This reverts commit fcb6dc55.
-
- 11 Sep, 2017 3 commits
-
-
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
-
Joe Haddad authored
* Clean target directory before compiling overlay * Use rimraf
- 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
-
- 07 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* 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
-
- 06 Sep, 2017 1 commit
-
-
Joe Haddad authored
* Switch to unix path separators before normalizing path for Windows compatibility * Add comment for posterity * Revert "Add comment for posterity" This reverts commit 742bacee. * Strictly add comment
-