1. 19 Sep, 2018 1 commit
  2. 17 Sep, 2018 1 commit
  3. 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
  4. 27 Apr, 2018 1 commit
  5. 23 Jan, 2018 1 commit
  6. 18 Jan, 2018 1 commit
  7. 16 Jan, 2018 1 commit
  8. 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
      Unverified
      c36d1a00