1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/packages/next/build/webpack/plugins
Luc ba95f7541c Improve assets size (#5999)
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.
2019-01-06 16:42:09 +01:00
..
assets-size-plugin.ts Improve assets size (#5999) 2019-01-06 16:42:09 +01:00
build-manifest-plugin.js Remove flow types (#5704) 2018-11-21 16:04:37 +01:00
chunk-names-plugin.js Monorepo (#5341) 2018-10-01 01:02:10 +02:00
nextjs-require-cache-hot-reloader.js Remove flow types (#5704) 2018-11-21 16:04:37 +01:00
nextjs-ssr-import.js Monorepo (#5341) 2018-10-01 01:02:10 +02:00
nextjs-ssr-module-cache.js Use Typescript to transpile Next.js core files instead of Babel (#5747) 2018-11-28 15:03:02 +01:00
pages-manifest-plugin.js Fix paths when built on windows (#5795) 2018-12-10 14:48:06 +01:00
pages-plugin.js Remove flow types (#5704) 2018-11-21 16:04:37 +01:00
react-loadable-plugin.js Monorepo (#5341) 2018-10-01 01:02:10 +02:00
serverless-plugin.ts Serverless Next.js (#5927) 2018-12-28 11:39:12 +01:00
unlink-file-plugin.js Remove flow types (#5704) 2018-11-21 16:04:37 +01:00