1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/integration
Tim Neutkens 15bb1c5e79
Use Typescript to transpile Next.js core files instead of Babel (#5747)
- 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
2018-11-28 15:03:02 +01:00
..
app-aspath Fix linter (#5350) 2018-10-20 17:00:01 +02:00
app-document Add crossOrigin via props to _document Head and NextScript (#5646) 2018-11-13 21:36:09 +01:00
babel Fix linter (#5350) 2018-10-20 17:00:01 +02:00
basic Remove unused vars and fix typo. (#5752) 2018-11-27 12:28:34 +01:00
config Fix linter (#5350) 2018-10-20 17:00:01 +02:00
custom-server use native http instead of micro (#5706) 2018-11-19 16:36:18 +01:00
dist-dir Fix linter (#5350) 2018-10-20 17:00:01 +02:00
export fix: update correct path to use when exporting 404 page (#5470) 2018-11-03 01:19:41 +01:00
filesystempublicroutes use native http instead of micro (#5706) 2018-11-19 16:36:18 +01:00
lambdas Add node_modules bundling under the --lambdas flag for next build (#5690) 2018-11-17 11:15:33 -08:00
ondemand Fix linter (#5350) 2018-10-20 17:00:01 +02:00
page-extensions Fix linter (#5350) 2018-10-20 17:00:01 +02:00
production Remove unused vars and fix typo. (#5752) 2018-11-27 12:28:34 +01:00
production-config Fix linter (#5350) 2018-10-20 17:00:01 +02:00
size-limit Use Typescript to transpile Next.js core files instead of Babel (#5747) 2018-11-28 15:03:02 +01:00
with-router Fix linter (#5350) 2018-10-20 17:00:01 +02:00