I noticed, per issue #567 that Nuxt.js currently does not provide customization of the code-splitting functionality.
My situation is the opposite of @OlzhasAlexandrov: I have only 2 routes, but one of them is a dynamic nested route. The top level serves half a dozen pages, and the second level breaks out into a total of about 100 pages, and the bundle ends up being more than 1 MB. I would dearly love to find an elegant solution for splitting the bundles by actual page rendered.
I'm a newbie to webpack, so although @rvanson's gist sheds some light, I'm not sure where to look for a solution.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c658">#c658</a>)</em></sub></div>