1. 22 Nov, 2018 2 commits
  2. 21 Nov, 2018 1 commit
  3. 06 Nov, 2018 1 commit
  4. 01 Nov, 2018 2 commits
  5. 30 Oct, 2018 1 commit
    • Joe Haddad's avatar
      Publish · b8c180dc
      Joe Haddad authored
       - babel-preset-react-app@6.0.0
       - confusing-browser-globals@1.0.5
       - create-react-app@2.1.0
       - eslint-config-react-app@3.0.5
       - react-dev-utils@6.1.0
       - react-error-overlay@5.0.6
       - react-scripts@2.1.0
      Unverified
      b8c180dc
  6. 21 Oct, 2018 1 commit
  7. 14 Oct, 2018 2 commits
  8. 04 Oct, 2018 1 commit
  9. 03 Oct, 2018 2 commits
  10. 02 Oct, 2018 1 commit
    • 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
      Unverified
      209053b9
  11. 01 Oct, 2018 3 commits
  12. 28 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Publish · c5c7da0f
      Joe Haddad authored
       - babel-preset-react-app@5.0.0
       - react-app-polyfill@0.1.1
       - react-dev-utils@6.0.1
       - react-error-overlay@5.0.1
       - react-scripts@2.0.1
      Unverified
      c5c7da0f
  13. 27 Sep, 2018 4 commits
  14. 26 Sep, 2018 2 commits
  15. 25 Sep, 2018 2 commits
    • 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
      Unverified
      adfb20c4
    • Joe Haddad's avatar
      Prevent the cache of files using Babel Macros (#5078) · 11737bc7
      Joe Haddad authored
      * Add new overrides option
      
      * Add file to package.json
      
      * Create our own loader
      
      * Remove overrides
      
      * We have to use a real babel option
      
      * Add comments
      Unverified
      11737bc7
  16. 24 Sep, 2018 2 commits
  17. 21 Sep, 2018 1 commit
  18. 20 Sep, 2018 5 commits
  19. 19 Sep, 2018 1 commit
  20. 23 Jun, 2018 3 commits
  21. 20 May, 2018 1 commit
    • Andreas Cederström's avatar
      - [x] Upgrade to webpack 4.8.X (#4077) · d72678fb
      Andreas Cederström authored
      - [x] Utilize webpack 4 development and production modes
      - [x] Upgrade webpack dev server
      - [x] Webpack 4 compatible release of thread-loader
      - [x] Webpack 4 compatible release of HtmlWebpackPlugin
      - [x] Webpack 4 compatible release of SwPrecacheWebpackPlugin
      - [x] Webpack 4 compatible release of WebpackManifestPlugin
      - [x] Update README
      - [x] Update WebpackDevServerUtils
      - [x] Update InterpolateHtmlPlugin
      - [x] Update ModuleScopePlugin
      - [x] Update WatchMissingNodeModulesPlugin
      - [x] Move UglifyJS options to webpack 4 optimize
      - [x] Move InterpolateHtmlPlugin to make it tapable on HtmlWebpackPlugin
      - [x] vendor splitting via splitChunks.splitChunks (https://twitter.com/wSokra/status/969633336732905474)
      - [x] long term caching via splitChunks.runtimeChunk (https://twitter.com/wSokra/status/969679223278505985)
      - [x] Make sure process.env.NODE_ENV is proxied correctly to `react-error-overlay`
      - [x] Implicit webpack.NamedModulesPlugin in dev config as it...
      d72678fb
  22. 11 May, 2018 1 commit