Duncan L
6d5389ef2d
Examples: Update custom-server-typescript examples packages ( #5411 )
2018-10-09 12:48:05 +02:00
Alexander Kachkaev
9319c158a5
Upgrade Babel to 7.0.0-rc.1 (major) ( #4937 )
...
Fixes #4691
Fixes #4614
This PR gives path to https://github.com/zeit/next-plugins/pull/242
I did not add or remove `^` near dependency versions in package.json files. However, I don't exclude that some changes can be made given that rc is more stable than beta.
2018-08-13 10:34:08 -07:00
Vinicius Pacheco Furtado
de6bf4e75f
Fix typescript examples ( #4704 )
...
Update @zeit/next-typescript version on examples using it
2018-06-30 22:23:38 +02:00
Luke Barton
cbfdcce32d
Update typescript examples to use 1.0.1 of next-typescript ( #4472 )
...
* Update typescript examples to use 1.0.1 of next-typescript
* Add .babelrc modifications to upgraded typescript examples
2018-05-25 11:28:35 +02:00
Rob Brennan
0330962618
Improve custom server typescript example v2 ( #4470 )
2018-05-25 11:03:59 +02:00
Seth Etter
769d8e3a84
Update next-typescript version in custom-typescript-server example ( #4130 )
2018-04-09 18:41:41 +02:00
Tim Neutkens
069f45d74e
Upgrade @zeit/next-typescript in custom-server-typescript example (patch) fixes #4071
2018-03-29 21:06:53 +02:00
Alexander Kachkaev
2e641e9e8c
Use separate tsconfig for server in custom-server-typescript example ( #3963 )
2018-03-07 09:13:12 +01:00
Alexander Kachkaev
39be7183a5
Update custom-server-typescript example ( #3936 )
...
- Add "jsx": "preserve" to tsconfig.json
- Rename lib to production-server to remove incompatibility with other examples
Context: https://github.com/zeit/next.js/pull/3838#issuecomment-370189242 and below
2018-03-05 09:49:48 +01:00
Ibrahim Ansari
99fb191286
Add custom-server-typescript example (see #3694 ) ( #3838 )
...
* Add custom-server-typescript example (see #3694 )
* Fix linting errors in custom-server-typescript
* Provide proper arguments to ts-node.
* Fix import and fix all linting errors.
* Use import in server as well.
* Update nodemon.json
2018-02-22 16:29:47 +01:00