Tim Neutkens
8b6173917a
Convert next-server.js to typescript ( #5844 )
2018-12-09 22:46:45 +01:00
Tim Neutkens
0e6d190706
Move sendHTML and rewrite in ts ( #5839 )
...
* Move send-html function and rewrite in typescript
* Move getPageFiles and convert to ts
* Move getPageFiles and convert to ts (#5841 )
* Move getPageFiles and convert to ts
# Conflicts:
# packages/next-server/server/render.js
* Fix unit tests
2018-12-07 15:52:29 +01:00
Tim Neutkens
5d2250ac27
Remove unused functions ( #5832 )
...
Couldn't find a reference to these functions as next-server uses the renderToHTML directly.
2018-12-06 16:47:10 +01:00
Tim Neutkens
902c5244f3
v7.0.2-canary.41
2018-12-05 22:41:26 +01:00
Tim Neutkens
6729fa4580
Mark react/react-dom as external when in lambdas mode ( #5828 )
2018-12-05 13:40:17 -08:00
Tim Neutkens
dd556bf90b
Add tsc type checking ( #5826 )
...
* Add tsc type checking
* Add linting on circle
* Add node-fetch types
* Use strict mode
2018-12-05 21:45:50 +01:00
Tim Neutkens
7098501547
v7.0.2-canary.40
2018-12-05 15:05:59 +01:00
Tim Neutkens
1a5fc941ce
Remove console.log after verifying the correct files are ignored
2018-12-05 15:05:14 +01:00
Tim Neutkens
a62a6276c7
v7.0.2-canary.39
2018-12-05 14:45:14 +01:00
Tim Neutkens
6542750e12
Fix edge case where file had module.export
in the content ( #5823 )
...
We ran into this eg on hyper-site, which has `module.exports` in the content.
2018-12-05 14:37:26 +01:00
Tim Neutkens
84223d39e7
v7.0.2-canary.38
2018-12-04 20:10:53 +01:00
Tim Neutkens
2d5b56a181
Disable usage of esmodules when commonjs is enabled on the preset
2018-12-04 20:10:22 +01:00
Tim Neutkens
29ed67b020
Add test for generateBuildId ( #5816 )
...
* Add docs for returning `null` from generateBuildId
* Add test for setting custom buildid
* Fix linting
2018-12-04 16:42:25 +01:00
Tim Neutkens
dada692bd6
v7.0.2-canary.37
2018-12-04 15:28:36 +01:00
Tim Neutkens
bd2ad412d3
Bring back module.exports because of backwards compat ( #5815 )
2018-12-04 15:26:20 +01:00
Tim Neutkens
dd3b5bf81d
v7.0.2-canary.36
2018-12-04 11:04:21 +01:00
Tim Neutkens
d11a3aa34e
Add tests for isomorphic-unfetch bundling issue ( #5805 )
...
* Add tests for isomorphic-unfetch bundling issue
* Remove unneeded extra option
* Remove isomorphic-fetch
2018-12-04 10:59:12 +01:00
Matheus Fernandes
977bf8d9eb
Zeit -> ZEIT ( #5804 )
2018-12-03 23:01:23 +01:00
Tim Neutkens
082db2877d
v7.0.2-canary.35
2018-12-03 19:50:59 +01:00
Tim Neutkens
f79230db33
Change module resolution extensions ( #5801 )
...
Same as https://github.com/zeit/ncc/pull/80
2018-12-03 19:36:24 +01:00
Tim Neutkens
58f5dd297a
Add Typescript types for builds functions ( #5791 )
2018-12-03 14:18:52 +01:00
Tim Neutkens
a9cf735f50
Convert babel plugins to typescript ( #5789 )
...
Slowly moving files over 💯
2018-12-02 18:30:00 +01:00
Luc
e43d21fdf0
remove occurence of deprecated url
prop in readme ( #5786 )
2018-12-01 21:11:06 +01:00
Tim Neutkens
a66e1c0d7c
v7.0.2-canary.34
2018-11-30 19:51:54 +01:00
Tim Neutkens
e5002234d0
Transpile imports if module has module.exports ( #5780 )
...
Fixes #5778
Fixes #3650
2018-11-30 17:56:07 +01:00
Tim Neutkens
4322bb13dd
Build / watch .ts core files ( #5776 )
2018-11-30 13:10:30 +01:00
Tim Neutkens
f1fe237ba8
v7.0.2-canary.33
2018-11-29 19:33:20 +01:00
Tim Neutkens
1c64e59564
v7.0.2-canary.32
2018-11-29 12:36:48 +01:00
Tim Neutkens
55e89e759a
Fix polyfill for ie11 ( #5763 )
...
* Fix polyfill for ie11
* Use esmodules only when using webpack
2018-11-29 12:36:03 +01:00
Tim Neutkens
c1037949fd
v7.0.2-canary.31
2018-11-28 17:55:37 +01:00
Tim Neutkens
fb92fdef54
Make sure const/async is transpiled ( #5760 )
...
* Make sure const/async is transpiled
* Use babel common compilation instead
2018-11-28 17:53:49 +01:00
Ståle Pettersen
4594b7cb07
Remove secret from 'publicRuntimeConfig' example ( #5759 )
2018-11-28 15:29:41 +01:00
Tim Neutkens
af893bf740
v7.0.2-canary.30
2018-11-28 15:12:43 +01:00
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
Tim Neutkens
c801a96631
v7.0.2-canary.29
2018-11-27 22:21:00 +01:00
Tim Neutkens
08e3396574
Fix graphql issue with lambdas flag ( #5755 )
...
Fixes https://spectrum.chat/?t=604f6aa6-23f2-4358-8b0b-14e5810178dc
2018-11-27 22:20:13 +01:00
Tim Neutkens
818cf8e77a
v7.0.2-canary.28
2018-11-27 12:39:07 +01:00
Tim Neutkens
9d30e411b5
Fallback to <script> loading behavior when preload is not supported ( #5744 )
...
Based on https://github.com/zeit/next.js/pull/5737#discussion_r236059295
This will cause a warning in chrome/safari after 3s
2018-11-26 23:58:40 +01:00
Tim Neutkens
9f03fad5e9
v7.0.2-canary.27
2018-11-25 00:57:02 +01:00
Tim Neutkens
cad19c808c
Use <link rel=“prefetch”> for prefetching ( #5737 )
...
* Use <link rel=“prefetch”> for prefetching
Fixes #5734
* Fix unit tests for router
* Add test for prefetch
* Rename test
* Check all logs for message
2018-11-25 00:47:39 +01:00
Hozefa
401594ed36
remove glamorous example since its no longer maintained ( #5738 )
...
Since glamorous is [no longer maintained](https://github.com/paypal/glamorous#status-unmaintained ) removing it from readme.
2018-11-23 21:18:13 +01:00
Richard Park
44d661af67
Upgrade to webpack@4.26 ( #5729 )
...
* Upgrade terser-webpack-plugin
* Upgrade webpack
* Extract common terserPluginConfig
2018-11-22 10:14:14 +01:00
Tim Neutkens
9b2782a6d0
Add engines to next and next-server ( #5724 )
2018-11-21 21:56:24 +01:00
Tim Neutkens
c2eaf26ea9
Remove flow types ( #5704 )
...
* Remove flow-typed
* Remove flow types
* Remove the last types
* Bring back taskr dependency
* Revert "Bring back taskr dependency"
This reverts commit 38cb95d7274d63fe63c6ac3c95ca358a28c17895.
* Bring back preset-flow as it’s used for tests
* Revert "Revert "Bring back taskr dependency""
This reverts commit b4c933ef133f4039f544fb10bf31d5c95d3b27a2.
2018-11-21 16:04:37 +01:00
Curran Kelleher
19db04f302
Iterate wording in documentation ( #5718 )
...
I came across **Possible spelling mistakes** #5496 and noticed that the current wording could be improved both in terms of accuracy and succinctness.
2018-11-21 01:57:51 +01:00
Tim Neutkens
76202f2fb2
v7.0.2-canary.26
2018-11-20 12:17:23 +01:00
Tim Neutkens
70cae4b2ea
Disable mjs support when in lambdas mode ( #5712 )
2018-11-20 12:13:31 +01:00
Tim Neutkens
9547e77820
use native http instead of micro ( #5706 )
2018-11-19 16:36:18 +01:00
Giuseppe
e1f6f34f86
Update styled-jsx ( #5617 )
2018-11-18 23:33:23 +01:00
Sean Connolly
a9092c7c7d
Update README.md ( #5670 )
2018-11-18 23:33:07 +01:00