1. 28 5月, 2020 1 次提交
  2. 27 5月, 2020 2 次提交
  3. 26 5月, 2020 1 次提交
  4. 24 5月, 2020 1 次提交
  5. 20 5月, 2020 1 次提交
  6. 19 5月, 2020 3 次提交
  7. 18 5月, 2020 1 次提交
  8. 13 5月, 2020 1 次提交
  9. 06 5月, 2020 1 次提交
  10. 05 5月, 2020 1 次提交
  11. 01 5月, 2020 1 次提交
  12. 30 4月, 2020 1 次提交
  13. 28 4月, 2020 1 次提交
  14. 26 4月, 2020 1 次提交
  15. 21 4月, 2020 1 次提交
  16. 15 4月, 2020 1 次提交
  17. 14 4月, 2020 1 次提交
    • 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
  18. 11 4月, 2020 1 次提交
  19. 07 4月, 2020 2 次提交
  20. 05 4月, 2020 1 次提交
  21. 31 3月, 2020 3 次提交
  22. 27 3月, 2020 1 次提交
  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. 24 3月, 2020 1 次提交
  25. 20 3月, 2020 1 次提交
  26. 13 3月, 2020 1 次提交
  27. 11 3月, 2020 1 次提交
  28. 10 3月, 2020 1 次提交
    • J
      Verify GS(S)P Serializability (#10857) · 8443a809
      Joe Haddad 提交于
      * Verify GS(S)P Serializability
      
      * Add support for cyclic refs
      
      * Add unit tests
      
      * Test for error in development mode
      
      * Fix prerender preview tests
      
      * Fix gssp preview tests
      
      * fix 2x test cases
      
      * Add desired test
      
      * fix some more tests
      
      * Fix route manifest expect
      
      * Fix test expects
      
      * Test that `getServerSideProps` does not error in production
      
      * Test that getStaticProps is not checked in production
      
      * Test serialization check during build
      
      * Fix export detection for serverless
      
      * Update test/unit/is-serializable-props.test.js
      Co-Authored-By: NJJ Kasper <jj@jjsweb.site>
      Co-authored-by: NJJ Kasper <jj@jjsweb.site>
      8443a809
  29. 07 3月, 2020 1 次提交
  30. 04 3月, 2020 2 次提交
  31. 02 3月, 2020 2 次提交
  32. 29 2月, 2020 1 次提交