1. 29 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Remove thread-loader (#5170) · 5abff641
      Joe Haddad authored
      * Remove thread-loader
      After the cache is warm, it is possible for thread-loader to hurt speed
      
      * Disable babel output formatting
      5abff641
  2. 28 Sep, 2018 2 commits
  3. 27 Sep, 2018 4 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
    • David Moodie's avatar
      Workbox service worker (#4169) · 3b716215
      David Moodie authored
      * Add workbox service worker functionality
      
      * Remove debug
      
      * Set workboxConfig for when there isn't a cra config file
      
      * Remove workbox configuration options as c-r-a isn't planning on supporting optional configuration
      
      * Remove c-r-a config path from paths
      
      * Add workbox service worker functionality
      
      * Remove c-r-a config path from paths
      
      * Inline the webpack workbox config
      
      * Use settings reccommended by @jeffposnick
      
      https://github.com/facebook/create-react-app/pull/4169/#issuecomment-422963072
      
      * Fallback to public url index.html, not root
      
      * Add one comment
      
      * Update comment
      
      * Correct regex
      3b716215
    • Joe Haddad's avatar
      Drop loader utils from `react-scripts` · 6510a27e
      Joe Haddad authored
      6510a27e
  4. 26 Sep, 2018 2 commits
    • Joe Haddad's avatar
      Publish · ac5376f9
      Joe Haddad authored
       - babel-plugin-named-asset-import@0.2.0
       - babel-preset-react-app@4.0.0
       - confusing-browser-globals@1.0.1
       - create-react-app@2.0.0
       - eslint-config-react-app@3.0.0
       - react-app-polyfill@0.1.0
       - react-dev-utils@6.0.0
       - react-error-overlay@5.0.0
       - react-scripts@2.0.0
      ac5376f9
    • Joe Haddad's avatar
      Update template browser defaults · 98b63a3f
      Joe Haddad authored
      98b63a3f
  5. 25 Sep, 2018 2 commits
  6. 24 Sep, 2018 2 commits
  7. 21 Sep, 2018 2 commits
  8. 20 Sep, 2018 3 commits
  9. 19 Sep, 2018 2 commits
  10. 18 Sep, 2018 3 commits
  11. 17 Sep, 2018 4 commits
  12. 02 Sep, 2018 1 commit
  13. 22 Aug, 2018 3 commits
  14. 23 Jul, 2018 1 commit
  15. 23 Jun, 2018 1 commit
  16. 31 May, 2018 1 commit
    • Joshua Comeau's avatar
      Create a `--stats` flag for react-scripts `build`. Update README. · 7c859384
      Joshua Comeau authored
      To analyze Webpack bundles, a "stats" JSON is required.
      
      This PR allows that file to be created and saved to the `build`
      directory, so that users can use it with Webpack-specific insight
      tools like `webpack-bundle-analyzer` without ejecting their
      application.
      
      Updated the README to include details for how to do this.
      7c859384
  17. 24 May, 2018 1 commit
  18. 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
  19. 14 May, 2018 1 commit
  20. 28 Apr, 2018 1 commit
  21. 27 Apr, 2018 2 commits