1. 01 Oct, 2018 2 commits
    • Joe Haddad's avatar
      Publish · f0784fc2
      Joe Haddad authored
       - babel-plugin-named-asset-import@0.2.1
       - babel-preset-react-app@5.0.1
       - confusing-browser-globals@1.0.2
       - create-react-app@2.0.1
       - eslint-config-react-app@3.0.1
       - react-app-polyfill@0.1.2
       - react-dev-utils@6.0.2
       - react-error-overlay@5.0.2
       - react-scripts@2.0.2
      f0784fc2
    • Joe Haddad's avatar
      Add license file to all packages (#5192) · 2afcd4fd
      Joe Haddad authored
      2afcd4fd
  2. 26 Sep, 2018 1 commit
    • 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
  3. 19 Sep, 2018 1 commit
  4. 17 Sep, 2018 1 commit
  5. 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
  6. 27 Apr, 2018 1 commit
  7. 23 Jan, 2018 1 commit
  8. 18 Jan, 2018 1 commit
  9. 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
  10. 15 Jan, 2018 1 commit
    • Siddharth Doshi's avatar
      Add restricted globals package (#2286) · c36d1a00
      Siddharth Doshi authored
      * Add restricted globals package
      
      * Use new package in eslint-config
      
      * Add eslint-restricted-globals dependency
      
      * Fixes
      
      * Update dependencies
      
      * Update test and README
      
      * Use jest
      
      * tweaks
      
      * Add lint/test to CI
      
      * Fix lint
      c36d1a00