1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-20 00:11:18 +00:00
Nuxt/packages/server
Pooya Parsa 0f104aa588
feat: improve SSR bundle ()
- Better insights and inspection for server bundle
- Remove all vue related dependencies from vue-renderer package as much as possible to reduce install size of nuxt-start
- Support for single file distributions (serverless)
- Remove server-bundle.json and use the standard .js files for dist/server
- Mitigate CALL_AND_RETRY_LAST Allocation failed errors. Most of the cases happen on JSON.parse() the part when loading bundle. (, , , , )
- Reduce server dist size by removing escape characters caused by JSON serialize
- Faster dev reloads and production start by removing extra JSON.serialize/JSON.parse time
- Less memory usage
- General performance improvements and refactors
2018-12-01 13:43:28 +03:30
..
src feat: improve SSR bundle () 2018-12-01 13:43:28 +03:30
CHANGELOG.md merge 2.x changes into dev 2018-11-26 21:32:10 +03:30
package.js refactor core into sub-packages () 2018-10-31 00:12:53 +03:30
package.json merge 2.x changes into dev 2018-11-26 21:32:10 +03:30