Home

Issue: 2870

Disabling code splitting

[issue link]

I get error Error while initializing app TypeError: __webpack_require__.e is not a function when i try to disable code splitting with

build: {
    plugins: [
        new webpack.optimize.LimitChunkCountPlugin({
        maxChunks: 1
     })
],...
This question is available on Nuxt.js community (#c2495)