1. 29 9月, 2020 3 次提交
  2. 28 9月, 2020 1 次提交
  3. 26 9月, 2020 2 次提交
  4. 25 9月, 2020 4 次提交
  5. 24 9月, 2020 4 次提交
  6. 23 9月, 2020 1 次提交
  7. 22 9月, 2020 6 次提交
  8. 21 9月, 2020 8 次提交
  9. 20 9月, 2020 1 次提交
    • D
      Update trailingSlash parameter name (#17228) · 571f8bed
      Daniel Lauzon 提交于
      Reflect the change in `trailingSlash` parameter name.
      
      I found this because of the great warning on the build!
      ```
      Warning: The "exportTrailingSlash" option has been renamed to "trailingSlash". Please update your next.config.js.
      ```
      571f8bed
  10. 18 9月, 2020 3 次提交
  11. 17 9月, 2020 1 次提交
  12. 16 9月, 2020 3 次提交
  13. 15 9月, 2020 3 次提交
    • J
      v9.5.4-canary.19 · 6a4c2564
      Joe Haddad 提交于
      6a4c2564
    • J
      Update webpack 5 resolving (#17095) · a4c97c5c
      JJ Kasper 提交于
      On the latest beta of webpack 5 resolving fails with the below error and according to https://github.com/webpack/webpack/issues/11467 is due to the imports in this module not being fully specified. This adds the config mentioned in the thread to correct the resolving for this module. 
      
      ```sh
      Failed to compile.
      --
      16:33:50.046 | ModuleNotFoundError: Module not found: Error: Can't resolve './assertThisInitialized' in '/vercel/f03cc85/node_modules/@babel/runtime/helpers/esm'
      16:33:50.046 | > Build error occurred
      16:33:50.047 | Error: > Build failed because of webpack errors
      16:33:50.047 | at build (/vercel/f03cc85/node_modules/next/dist/build/index.js:15:918)
      16:33:50.099 | error Command failed with exit code 1.
      ```
       
      a4c97c5c
    • J
      v9.5.4-canary.18 · 0c1ebb4d
      Joe Haddad 提交于
      0c1ebb4d