Tim Neutkens
b65c464d60
Move __NEXT_DATA__ into an application/json script tag ( #5584 )
...
* Move __NEXT_DATA__ into a application/json script tag
As outlined by @dav-is here https://github.com/zeit/next.js/pull/4943
* Set __NEXT_DATA__ for backwards compatability
2018-11-03 19:49:09 +01:00
Tim Neutkens
a2553bb46e
Remove registration code from initial markup ( #5583 )
...
Clears the way a bit for #4943 , also makes _document.js less complex, and will allow us to move `__NEXT_DATA__` to a `application/json` script tag.
Also this causes a slightly smaller bundle size 😌
2018-11-03 01:59:54 +01:00
Giuseppe
c95abc209b
Add with style-sheet example ( #5572 )
...
* Remove pathname (#5428 )
Same as #5424
* fix typo (#5451 )
* Add with style-sheet example
* Fix readme
* Fix typo
2018-11-01 14:05:39 +01:00
Olivier Tassinari
e02c0d000a
Make IE 11 happy ( #5499 )
...
https://sentry.io/share/issue/3bc66ffadcad46a9aae703d5eba1e342/
![capture d ecran 2018-10-22 a 12 04 16](https://user-images.githubusercontent.com/3165635/47287491-b1683a80-d5f2-11e8-8c3f-e409340b880f.png )
2018-10-22 22:31:50 +02:00
Tim Neutkens
965f50beb2
Remove pathname ( #5424 )
2018-10-10 21:58:15 +02: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
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