Level 1
hello!
i've just been dealing eith the same problem:
const Layout = resolve => {
require.ensure(['./components/Layout.vue'], () => {
resolve(require('./components/Layout.vue'))
},"comps/Layout")
}
the "comps/Layout" is where you will find the component. Hope it helps.