1. 05 12月, 2018 3 次提交
  2. 04 12月, 2018 17 次提交
  3. 03 12月, 2018 2 次提交
  4. 02 12月, 2018 1 次提交
  5. 01 12月, 2018 3 次提交
  6. 30 11月, 2018 4 次提交
  7. 29 11月, 2018 6 次提交
  8. 28 11月, 2018 4 次提交
    • S
      4594b7cb
    • T
      v7.0.2-canary.30 · af893bf7
      Tim Neutkens 提交于
      af893bf7
    • T
      Use Typescript to transpile Next.js core files instead of Babel (#5747) · 15bb1c5e
      Tim Neutkens 提交于
      - Replaces taskr-babel with taskr-typescript for the `next` package
      - Makes sure Node 8+ is used, no unneeded transpilation
      - Compile Next.js client side files through babel the same way pages are
      - Compile Next.js client side files to esmodules, not commonjs, so that tree shaking works.
      - Move error-debug.js out of next-server as it's only used/require in development
      - Drop ansi-html as dependency from next-server
      - Make next/link esmodule (for tree-shaking)
      - Make next/router esmodule (for tree-shaking)
      - add typescript compilation to next-server
      - Remove last remains of Flow
      - Move hoist-non-react-statics to next, out of next-server
      - Move htmlescape to next, out of next-server
      - Remove runtime-corejs2 from next-server
      15bb1c5e
    • T
      v7.0.2-canary.29 · c801a966
      Tim Neutkens 提交于
      c801a966