1. 25 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Turn on Babel `helpers` (#5093) · adfb20c4
      Joe Haddad authored
      * Turn on helpers and test importing something with async/await works
      
      * Compiling babel runtime breaks itself
      
      * Add helpers option to babel plugin with defaults
      
      * Make helpers off by default and on in our configuration
      
      * Hit eject and e2e
      
      * meh
      
      * copy'n'paste
      
      * change again
      
      * Turn off helpers by default in /prod, /dev, /test
      
      * oops
      
      * Spread undefined
      
      * Use object assign not object spread
      
      * Put preset in template since it's needed
      
      * Fix e2e tests
      adfb20c4
  2. 23 Jun, 2018 1 commit
  3. 26 Sep, 2017 1 commit
  4. 22 May, 2017 1 commit
  5. 20 May, 2017 2 commits
  6. 11 May, 2017 1 commit
    • Joe Haddad's avatar
      Adds tests for the overlay (#2118) · 942cf623
      Joe Haddad authored
      * Add get-source-map tests
      
      * Fixtures shouldn't be formatted
      
      * Add mapper tests
      
      * Add stack-frame tests
      
      * Add more util tests
      
      * Add unmapper tests
      
      * Add parser tests
      
      * Switch to snapshots
      
      * Snapshot more
      942cf623
  7. 10 May, 2017 1 commit
    • 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