1. 02 Oct, 2018 2 commits
    • Zacharias Knudsen's avatar
      Add Relay example (#5233) · a9c09d48
      Zacharias Knudsen authored
      a9c09d48
    • Joe Haddad's avatar
      Publish · 209053b9
      Joe Haddad authored
       - babel-plugin-named-asset-import@0.2.2
       - babel-preset-react-app@5.0.2
       - confusing-browser-globals@1.0.3
       - create-react-app@2.0.2
       - eslint-config-react-app@3.0.3
       - react-app-polyfill@0.1.3
       - react-dev-utils@6.0.3
       - react-error-overlay@5.0.3
       - react-scripts@2.0.3
      209053b9
  2. 01 Oct, 2018 23 commits
  3. 30 Sep, 2018 2 commits
    • Joe Haddad's avatar
      Use Workbox CDN as default (#5180) · 70b3110a
      Joe Haddad authored
      70b3110a
    • Joe Haddad's avatar
      Polish webpack message output (#5174) · 7b1a32be
      Joe Haddad authored
      * Only install react-scripts in CI mode
      
      * Link locally
      
      * Re-enable all output tests
      
      * :lipstick: Polish webpack output
      
      * Test sass support message
      
      * Add more tests, but disabled
      
      * Format missing default export error
      
      * Format aliased import
      
      * Why was node-sass required? Odd
      
      * Format webpack rejection error
      
      * Re-enable unknown package test
      
      * Format file not found error and catch module scope plugin error
      
      * Re-disable case sensitive paths
      
      * Intercept and format case sensitive path errors
      
      * Test out of scope message formatting
      
      * Run behavior on macOS
      
      * Run behavior on Node 8 and 10, only Node 8 for macOS
      
      * Add some debugging
      
      * Update matcher
      
      * Only check stderr
      
      * Remove old snapshot
      
      * More debug
      
      * Remove debug
      
      * Add new debug
      
      * Disable test on linux
      
      * Add comment for future
      7b1a32be
  4. 29 Sep, 2018 4 commits
  5. 28 Sep, 2018 6 commits
  6. 27 Sep, 2018 3 commits
    • Ian Sutherland's avatar
      Switch back to babel-loader (#5143) · 39c73ce5
      Ian Sutherland authored
      * Switch back to babel-loader
      
      * Preserve existing caller options. Use Object.assign instead of object spread.
      
      * Updated filename in package.json
      
      * Update comment about cache identifier
      
      * Update macro check to use a regex
      
      * Move macro check regex out of function
      39c73ce5
    • Marek Suscak's avatar
      7644f736
    • Joe Haddad's avatar
      Remove runtime alias hack (#5142) · 27ac52ac
      Joe Haddad authored
      * Remove runtime alias hack
      
      * Pass absolute path to preset
      
      * Change comment
      
      * Give a relative path to absolute runtime
      
      * Clean up config
      
      * Tweak again
      
      * Make absolute runtime the default
      
      * Remove runtime package from error overlay
      27ac52ac