1. 21 11月, 2020 5 次提交
  2. 20 11月, 2020 7 次提交
  3. 19 11月, 2020 2 次提交
    • L
      Update incremental adoption documentation. (#19286) · d47d83d8
      Lee Robinson 提交于
      Some slight tweaks to match the corresponding blog post.
      d47d83d8
    • J
      Remove old modern mode experiment (#19275) · 30c2dfdc
      Joe Haddad 提交于
      This PR removes the modern mode experiment because:
      
      - It does not yield meaningful bundle size wins when compared to other initiatives we've taken
      - It's not compatible with webpack 5 (which we're upgrading to)
      - It's currently broken and causes most apps to malfunction
      - There's no champion currently owning the experiment
      
      We can re-introduce this in the future when we'd like to make it a default for all Next.js apps.
      
      Note: **Next.js still supports Differential Loading (`nomodule`) and does it by default.** This PR strictly removes the experimental modern _syntax_, and does not disable our existing modern/legacy polyfilling.
      
      ---
      
      Fixes #19200
      Fixes #18960
      Fixes #14707
      Fixes #14465
      30c2dfdc
  4. 18 11月, 2020 9 次提交
  5. 17 11月, 2020 5 次提交
  6. 16 11月, 2020 5 次提交
  7. 14 11月, 2020 7 次提交