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
|
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 |
|
Tim Neutkens
|
785377d3c3
|
Add missing dependencies to server (#5369)
- compile default pages correctly into `.next`
- add missing runtime dependencies
|
2018-10-03 00:08:57 +02:00 |
|
Tim Neutkens
|
82d56e063a
|
next-server (#5357)
|
2018-10-02 00:55:31 +02:00 |
|
Tim Neutkens
|
b1c4f3aec4
|
Monorepo (#5341)
- Implements Lerna
- Moves all source code into `packages/next`
- Keeps integration tests in the root directory
|
2018-10-01 01:02:10 +02:00 |
|