Just wondering if we can get an option to disable code-splitting when generating routes ?
I tried to use the below but could get it to work:
plugins: [
new webpack.optimize.LimitChunkCountPlugin({
maxChunks: 1
})
]<!--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/c2060">#c2060</a>)</em></sub></div>