1. 16 5月, 2020 1 次提交
  2. 13 5月, 2020 1 次提交
  3. 11 5月, 2020 1 次提交
  4. 10 5月, 2020 2 次提交
  5. 06 5月, 2020 1 次提交
  6. 05 5月, 2020 2 次提交
  7. 30 4月, 2020 1 次提交
  8. 27 4月, 2020 1 次提交
  9. 26 4月, 2020 1 次提交
  10. 24 4月, 2020 1 次提交
  11. 22 4月, 2020 1 次提交
  12. 21 4月, 2020 1 次提交
  13. 20 4月, 2020 2 次提交
  14. 19 4月, 2020 1 次提交
  15. 17 4月, 2020 1 次提交
  16. 16 4月, 2020 2 次提交
  17. 15 4月, 2020 2 次提交
  18. 14 4月, 2020 2 次提交
    • J
      Add basePath in link component and add/remove it consistently (#9988) · d3e308a7
      JJ Kasper 提交于
      * Add basePath in link component and add/remove it consistently
      
      * Update to not use regex for delBasePath
      
      * Expose addBasePath as router method
      
      * Revert "Expose addBasePath as router method"
      
      This reverts commit 40fed596195c6affabf837e42d472452768e13a3.
      
      * Expose basePath as router field
      
      * Apply suggestion
      
      * Expose basePath as router field
      
      * remove un-used vars
      
      * Update externals
      
      * Apply lint fix
      
      * Update size-limit test
      
      * Update prefetch
      d3e308a7
    • H
      Adds first input delay performance metric (#8884) · 04ceba43
      Houssein Djirdeh 提交于
      * measures fid
      
      * updates typings, fixes logic, updates per review comments
      
      * update to es5
      
      * separate clearMeasures
      
      * use relayer
      
      * creates fid polyfll render helper + simplifies measure
      
      * switch to dynamic import
      
      * creates fid experimental flag
      
      * removes unecessary time-to-first-input metric
      
      * removes hydration measure removes
      
      * default flag to false
      Co-authored-by: NJoe Haddad <joe.haddad@zeit.co>
      04ceba43
  19. 11 4月, 2020 1 次提交
  20. 08 4月, 2020 1 次提交
  21. 31 3月, 2020 6 次提交
  22. 27 3月, 2020 2 次提交
  23. 26 3月, 2020 1 次提交
    • J
      Add initial support for new env handling (#10525) · d8155b22
      JJ Kasper 提交于
      * Add initial support for new env config file
      
      * Fix serverless processEnv call when no env is provided
      
      * Add missing await for test method
      
      * Update env config to .env.json and add dotenv loading
      
      * ncc dotenv package
      
      * Update type
      
      * Update with new discussed behavior removing .env.json
      
      * Update hot-reloader createEntrypoints
      
      * Make sure .env is loaded before next.config.js
      
      * Add tests for all separate .env files
      
      * Remove comments
      
      * Add override tests
      
      * Add test for overriding env vars based on local environment
      
      * Add support for .env.test
      
      * Apply suggestions from code review
      Co-Authored-By: NJoe Haddad <joe.haddad@zeit.co>
      
      * Use chalk for env loaded message
      
      * Remove constant as it’s not needed
      
      * Update test
      
      * Update errsh, taskr, and CNA template ignores
      
      * Make sure to only consider undefined missing
      
      * Remove old .env ignore
      
      * Update to not populate process.env with loaded env
      
      * Add experimental flag and add loading of global env values
      Co-authored-by: NTim Neutkens <timneutkens@me.com>
      Co-authored-by: NJoe Haddad <joe.haddad@zeit.co>
      d8155b22
  24. 23 3月, 2020 1 次提交
    • T
      Add support for paths in tsconfig.json and jsconfig.json (#11293) · 7fce52b9
      Tim Neutkens 提交于
      * Add support for tsconfig/json `paths` option
      
      * Add tests for paths in tsconfig.json
      
      * Don't apply aliases when paths is empty
      
      * Clean up unused methods and link to TypeScript license
      
      * Add tests for jsconfig
      
      * Put feature under an experimental flag
      
      * Enable to see if tests pass
      
      * Update types
      
      * Add feature under an experimental flag
      7fce52b9
  25. 20 3月, 2020 1 次提交
  26. 16 3月, 2020 1 次提交
  27. 11 3月, 2020 1 次提交
  28. 03 3月, 2020 1 次提交
    • P
      Adding conformance checks (#10314) · 16672a43
      Prateek Bhatnagar 提交于
      * adding tests  for rect sync conformance check
      
      * adding test for react sync script conformance check
      
      * reverting yarn lock changes
      
      * adding duplicate polyfill conformance
      
      * bug fixes in dulpicate polyfill conformance check
      
      * adding settings capability to conformance plugin
      
      * removing minification check from server build
      
      * bug fix
      
      * settings for react sync script check
      16672a43