1. 16 May, 2017 4 commits
  2. 15 May, 2017 1 commit
  3. 14 May, 2017 1 commit
  4. 13 May, 2017 1 commit
  5. 10 May, 2017 2 commits
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32
    • Joe Haddad's avatar
      Do not parse `.eslintignore` (#2115) · 1acc3a45
      Joe Haddad authored
      1acc3a45
  6. 01 May, 2017 1 commit
  7. 25 Apr, 2017 2 commits
  8. 23 Mar, 2017 1 commit
  9. 14 Mar, 2017 1 commit
  10. 07 Mar, 2017 3 commits
    • Valerii Sorokobatko's avatar
      update to modern code style (#1738) · fe7b5c21
      Valerii Sorokobatko authored
      * mv create-react-app/index.js -> create-react-app/creteReactApp.js
      
      * update to modern code style
      
      * var -> cosnt
      
      * set trailing-coma to es5 for prettier
      fe7b5c21
    • Rory Hunter's avatar
      Whitelist files that can be embedded through url-loader (#1305) · 2ac1b38e
      Rory Hunter authored
      * Whitelist files that can be embedded through url-loader
      
      Change the current catch-all loader to use file-loader instead of
      url-loader, and exclude common image file extensons. Add another url-loader
      for images, configured identically to the original catch-all loader.
      
      Part of issue #1293.
      
      * Update tests to reflect change in loader config
      
      * Integration test fix
      
      * More CI fixes
      
      * Work around broken loader-utils behaviour in integration tests
      
      * Revise the documentation around file loading
      
      * Documentation tweaks
      
      * Docs tweak
      
      * Update test now that webpack/loader-utils has been updated
      
      * Update react-scripts to depend on babel-loader@7.0.0-alpha.2
      
      * Bump deps
      2ac1b38e
    • Joe Haddad's avatar
      Add runtime error overlay (#1101) · ed5c016d
      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...
      ed5c016d
  11. 06 Mar, 2017 1 commit
  12. 28 Feb, 2017 1 commit
  13. 24 Feb, 2017 1 commit
  14. 15 Feb, 2017 1 commit
  15. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
  16. 10 Feb, 2017 2 commits
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
    • Jih-Chi Lee's avatar
      Make all react app vars accessible in index.html (#1440) · 1d9159de
      Jih-Chi Lee authored
      * Make all vars accessiable in index.html
      
      * Fix wrong env provieded to DefinePlugin
      
      * Separate results from getClientEnvironment
      
      * The `string` should be object instead of string
      
      * Fix accessing wrong field
      
      * Changed variables naming to `raw` and `stringified`
      
      * Remove trailing commas
      1d9159de
  17. 08 Feb, 2017 1 commit
  18. 06 Dec, 2016 2 commits
  19. 21 Nov, 2016 2 commits
  20. 20 Nov, 2016 2 commits
  21. 29 Oct, 2016 1 commit
    • Ville Immonen's avatar
      Remove custom babel-loader cache dir config (#983) · 6bda4b97
      Ville Immonen authored
      Upgrade `babel-loader` and remove the cache directory configuration
      that was added in #620. `babel-loader` now uses the
      `./node_modules/.cache/babel-loader` directory by default, so the
      custom config is no longer needed.
      6bda4b97
  22. 19 Oct, 2016 1 commit
  23. 01 Oct, 2016 1 commit
  24. 30 Sep, 2016 1 commit
  25. 25 Sep, 2016 1 commit
  26. 23 Sep, 2016 2 commits
  27. 22 Sep, 2016 2 commits