Custom code-splitting for page bundles?
[issue link]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.