Nuxt/test/fixtures
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
..
async-config feat(cli): support async nuxt.config.js (#4021) 2018-10-18 19:27:35 +03:30
basic fix(vue-app): allow passing custom props to error function (#4462) 2018-11-30 22:45:29 +03:30
children refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
cli feat: dx improvements (#4259) 2018-11-08 12:45:56 +03:30
config-explicit refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
custom-app-template fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
custom-dirs refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
dynamic-routes fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
empty fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
error fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
extract-css refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
https feat(core, cli): builtin support of https and unix sockets (#3831) 2018-09-02 13:50:25 +04:30
missing-pages-dir feat: update to consola 2 (#4247) 2018-11-01 04:50:07 +01:00
missing-plugin Display proper error when specified plugin isn't found (#3672) 2018-08-10 15:48:27 +01:00
missing-style-resource feat: improve SSR bundle (#4439) 2018-12-01 13:43:28 +03:30
modern feat: preload and push modern resources in modern mode (#4362) 2018-11-26 12:09:30 +00:00
module refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
sockets test: skip sockets test in windows platform 2018-09-13 10:07:34 +01:00
spa fix(server, vue-app): allow unicode page names (#4402) 2018-11-25 18:22:37 +03:30
ssr refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
with-config refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30