1. 06 11月, 2018 4 次提交
    • M
      examples/with-mobx : Fix and simplify (#5537) · 420f74c8
      Már Örlygsson 提交于
      I spent far too much time fiddling with this example project before realizing it contained a bug in the store initialization logic and it was a bit more complex than it needed to be.
      
      * The custom server was not needed
      * The store-initialization did effectively the same thing twice for no reason
      * And wrapping MyApp component in a HOC was wholly unnecessary indirection
      
      My changes are split into four discrete commits for clarity.
      420f74c8
    • P
      Fix typos (#5599) · a09ca535
      Pieter De Decker 提交于
      a09ca535
    • T
      v7.0.2-canary.18 · 43dc6101
      Tim Neutkens 提交于
      43dc6101
    • T
      Take full advantage of caching between builds (#5597) · f01457e8
      Tim Neutkens 提交于
      Takes advantage of caching between builds for Terser, also makes writing caches for babel-loader faster by disabling compression.
      
      Results for zeit.co (350 pages):
      
      Without cache:
      [4:16:22 PM] Compiled server in 1m
      [4:16:57 PM] Compiled client in 2m
        Done in 125.83s.
      
      With cache:
      [4:19:38 PM] Compiled client in 17s
      [4:19:50 PM] Compiled server in 29s
        Done in 31.79s.
      
      Note: these results are from my multi-core Macbook Pro 2017, exact specs:
      MacBook Pro (13-inch, 2017, Four Thunderbolt 3 Ports)
      - 3,3 GHz Intel Core i5
      - 16 GB 2133 MHz LPDDR3
      - Intel Iris Plus Graphics 650 1536 MB
      
      The `without cache` build runs uglify in parallel, so without cache is likely to take longer on environments where you have only 1 core available.
      
      The `with cache` build however runs in a single thread, so the results should be similar.
      f01457e8
  2. 05 11月, 2018 11 次提交
  3. 04 11月, 2018 10 次提交
  4. 03 11月, 2018 8 次提交
  5. 02 11月, 2018 1 次提交
  6. 01 11月, 2018 2 次提交
  7. 30 10月, 2018 2 次提交
  8. 29 10月, 2018 2 次提交