1. 12 11月, 2020 3 次提交
  2. 11 11月, 2020 2 次提交
  3. 10 11月, 2020 2 次提交
  4. 09 11月, 2020 2 次提交
  5. 08 11月, 2020 1 次提交
  6. 07 11月, 2020 2 次提交
  7. 06 11月, 2020 4 次提交
  8. 05 11月, 2020 6 次提交
    • J
      v10.0.2-canary.1 · f8f0c6bb
      Joe Haddad 提交于
      f8f0c6bb
    • G
      ncc Babel inlining (#18768) · 64850a83
      Guy Bedford 提交于
      This adds inlining for Babel and the Babel plugins used in next.
      
      This is based to the PR at https://github.com/vercel/next.js/pull/18823.
      
      The approach is to make one large bundle and then separate out the individual packages from that in order to avoid duplications.
      
      In the first attempt the Babel bundle size was 10MB... using "resolutions" in the Yarn workspace to reduce the duplicated packages this was brought down to a 2.8MB bundle for Babel and all the used plugins which is exactly the expected file size here.
      
      This will thus add a 2.8MB download size to the next package, but save downloading any babel dependencies separately, removing a large number of package dependencies from the overall install.
      64850a83
    • B
    • G
      Update ncc (#18823) · 7b66da83
      Guy Bedford 提交于
      This updates to the latest ncc@0.24.1 release.
      
      Initially I thought chalk needed to be removed to make this work, but it turns out it was a caching issue.
      
      I've also added a cache clear to the rebuild command to avoid these issues hopefully in future.
      7b66da83
    • J
      v10.0.2-canary.0 · 2bafa3bd
      JJ Kasper 提交于
      2bafa3bd
    • G
      ncc inlining optimizations (#18752) · 8f7f1018
      Guy Bedford 提交于
      This adds ncc inlining optimizations for the following dependencies:
      
      * cacache
      * schema-utils
      * find-cache-dir
      * mkdirp
      * neo-async
      * web-vitals
      
      The slight increase in output in the reports here is due to the variation of the bundled version of web-vitals.
      
      In addition, this moves ast-types to be a devDependencies entry instead of in dependencies as it was before https://github.com/vercel/next.js/pull/14746 as I could not see any production usage (ping @prateekbh). Happy to separate that out into a separate PR if preferred too.
      8f7f1018
  9. 04 11月, 2020 3 次提交
    • G
      Remove @babel/preset-modules (#18759) · a1ea3529
      Guy Bedford 提交于
      This is a prerequisite to being able to ncc inline the Babel dependencies in next.js.
      
      The removal of preset-modules is based on replacing it with preset-env under `targets: { esmodules: true }`, as per the guidance from the package (https://www.npmjs.com/package/@babel/preset-modules):
      
      > Starting from @babel/preset-env 7.9.0, you can enable the bugfixes: true option to get the same behavior as using @babel/preset-modules, but with support for custom targets. If you need to target browsers with native modules support (like this preset does), you can use targets: { esmodules: true }.
      
      From the above, I'm pretty sure this is entirely a backwards compatible change, apart from the change to the runtime plugin list being visible. Perhaps @developit can confirm this as well.
      a1ea3529
    • J
      v10.0.1 · 3c337941
      Joe Haddad 提交于
      3c337941
    • J
      v10.0.1-canary.7 · 89a3249f
      Joe Haddad 提交于
      89a3249f
  10. 03 11月, 2020 1 次提交
  11. 02 11月, 2020 1 次提交
  12. 01 11月, 2020 3 次提交
  13. 30 10月, 2020 1 次提交
  14. 29 10月, 2020 1 次提交
  15. 27 10月, 2020 5 次提交
  16. 25 10月, 2020 3 次提交