Home

Issue: 2363

Disable Code Splitting in Nuxt Config

[issue link]

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
      })
    ]
This question is available on Nuxt.js community (#c2060)