A more flexible app architecture.
Find nuxt modules by foo/foo.store.js
and foo/foo.middleware.js
rather than store/foo
and middleware/foo
.
My current workaround is disabling router, store, etc and importing all modules independently, but it would be nice to take full advantage of Nuxt.
<!--cmty--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6874">#c6874</a>)</em></sub></div>