1. 01 Oct, 2018 5 commits
  2. 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
      c5c7da0f
  3. 27 Sep, 2018 2 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
    • 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
  4. 26 Sep, 2018 3 commits
  5. 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
  6. 24 Sep, 2018 1 commit
  7. 21 Sep, 2018 1 commit
  8. 20 Sep, 2018 2 commits
  9. 19 Sep, 2018 1 commit
  10. 18 Sep, 2018 1 commit
  11. 17 Sep, 2018 1 commit
  12. 22 Aug, 2018 1 commit
  13. 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 its default in webpack 4
      - [x] Disable webpack performance hints as we have our own filesize reporter
      - [x] Replace ExtractTextPlugin with MiniCssExtractPlugin
      - [x] Switch to css whole file minification via OptimizeCSSAssetsPlugin rather than per module css minification to gain performance
      d72678fb
  14. 27 Apr, 2018 2 commits
  15. 05 Apr, 2018 1 commit
  16. 27 Mar, 2018 1 commit
  17. 26 Mar, 2018 1 commit
  18. 25 Mar, 2018 1 commit
  19. 21 Mar, 2018 1 commit
  20. 18 Mar, 2018 1 commit
    • Brian Ng's avatar
      Bump babel-related deps (#4159) · cb3f8355
      Brian Ng authored
      * Add explicit dep on plugin-proposal-object-rest-spread to babel-preset-react-app
      
      * Bump babel-related deps to beta.42
      
      * Pass useBuiltIns directly to react-preset
      cb3f8355
  21. 23 Jan, 2018 2 commits
  22. 22 Jan, 2018 1 commit
  23. 18 Jan, 2018 1 commit
  24. 17 Jan, 2018 1 commit
  25. 16 Jan, 2018 1 commit
    • Dan Abramov's avatar
      Try to fix CI (#3806) · 72c3d4eb
      Dan Abramov authored
      * Try to fix CI
      
      * Bump Jest elsewhere
      
      * Bump Babel elsewhere
      
      * Fix CI on Windows by writing .cmd file back
      72c3d4eb
  26. 15 Jan, 2018 5 commits