mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
ba95f7541c
It looks like : ``` Pages sizes after gzip: ┌ / (196 B) ├ /_app (11.5 kB) ├ /_error (4.44 kB) ├ /blog (196 B) └ /blog/page (195 B) ``` (style inspired from now-cli : https://github.com/zeit/now-cli/blob/canary/src/util/output/builds.js) I'll add dynamic chunks in a separate PR. @timneutkens Do you want to keep `_app` and `_error` or filter them out ? I think it's a good idea to keep them, because `_app` can get pretty large and it would encourage code splitting in that case. |
||
---|---|---|
.. | ||
assets-size-plugin.ts | ||
build-manifest-plugin.js | ||
chunk-names-plugin.js | ||
nextjs-require-cache-hot-reloader.js | ||
nextjs-ssr-import.js | ||
nextjs-ssr-module-cache.js | ||
pages-manifest-plugin.js | ||
pages-plugin.js | ||
react-loadable-plugin.js | ||
serverless-plugin.ts | ||
unlink-file-plugin.js |