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 b7e57f9347 Implement "Immutable build artifacts" feature (#745)
* Write BUILD_ID when building.
It's a random id (uuid.v4())

* Add buildId to the core JS files.

* Add immutable cache-control header.
Only if the buildId is matched.

* Set '-' as the dev buildId always.

* Add buildId handling for JSON pages.
2017-01-11 12:16:18 -08:00
..
babel resolve react-dom/server (#688) 2017-01-07 21:56:51 -08:00
loaders fix to not call hot.accept on sub-components (#294) (#351) 2016-12-06 10:24:42 +01:00
plugins fix HMR for dynamic entries (#652) 2017-01-05 09:29:09 -08: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 Implement "Immutable build artifacts" feature (#745) 2017-01-11 12:16:18 -08:00
webpack.js Add case sensitive checks for imports and JSON page resolver (#697) 2017-01-08 18:12:29 -08:00