Nuxt/packages/cli/test
Pooya Parsa 0f104aa588
feat: improve SSR bundle (#4439)
- 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. (#4225, #3465, #1728, #1601, #1481)
- 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
..
fixtures refactor(cli): better consistency and easier unit testing (#4160) 2018-10-25 11:13:42 +03:30
unit feat: improve SSR bundle (#4439) 2018-12-01 13:43:28 +03:30
utils feat: improve SSR bundle (#4439) 2018-12-01 13:43:28 +03:30