mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
0f104aa588
- 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 |
||
---|---|---|
.. | ||
async-config.size-limit.test.js | ||
async-config.test.js | ||
basic.config.defaults.test.js | ||
basic.dev.test.js | ||
basic.fail.generate.test.js | ||
basic.generate.test.js | ||
basic.plugins.test.js | ||
basic.ssr.csp.test.js | ||
basic.ssr.test.js | ||
children.test.js | ||
cli.test.js | ||
components.test.js | ||
custom-app-template.test.js | ||
custom-dirs.test.js | ||
dist-options.test.js | ||
dynamic-routes.test.js | ||
error.test.js | ||
express.test.js | ||
extract-css.test.js | ||
fallback.generate.test.js | ||
fallback.test.js | ||
generator.test.js | ||
https.test.js | ||
modern.client.test.js | ||
modern.server.test.js | ||
modern.spa.test.js | ||
module.test.js | ||
nuxt.test.js | ||
renderer.test.js | ||
server.listen.test.js | ||
sockets.test.js | ||
spa.test.js | ||
ssr.test.js | ||
utils.test.js | ||
with-config.test.js | ||
wp.config.test.js |