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
})
],...
<!--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/c2495">#c2495</a>)</em></sub></div>