1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/server/build
Arunoda Susiripala 165924b71b Add Gzip support for JSON pages (#571)
* Server JSON pages directly from the filesystem.

* Make Json pages even if there's an error.

* Implement much better page serving.

* Use JsonPagesPlugin in the production mode as well.

* Add gzip support for JSON pages.

* Use glob-promise instead of recursive-readdir

* Handle renderStatic 404 properly.

* Simply the gzip code.

* Cache already read JSON pages.

* Change JSON pages extension to .json.

* Fix HMR related issue.

* Fix hot-reload for .json solely on server.

* Properly clear cache on hot-reloader.

* Convert .js pages into .json page right inside the plugin.

* Fix gzipping .json pages.

* Remove unwanted json pages cleanup.

* Get rid of deprecated fs.exists for fs.access
2016-12-31 21:46:23 +09:00
..
babel Fix custom document compilation (#534) 2016-12-27 15:28:19 -08:00
loaders fix to not call hot.accept on sub-components (#294) (#351) 2016-12-06 10:24:42 +01:00
plugins Add Gzip support for JSON pages (#571) 2016-12-31 21:46:23 +09:00
clean.js remove .next before compiling 2016-10-17 12:55:33 +09:00
gzip.js Add Gzip support for JSON pages (#571) 2016-12-31 21:46:23 +09:00
index.js Add AOT gzip content-encoding support for main build files. (#565) 2016-12-29 14:38:19 -08:00
webpack.js Add Gzip support for JSON pages (#571) 2016-12-31 21:46:23 +09:00