index.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 const home = r => require.ensure([], () => r(require('./dashboard')), 'home.dashboard'); export default { path: '/dashboard', name: 'home.dashboard', component: home };