index.js 152 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export default { path: '/home.html', alias: '/', name: 'home', component: () => import(/* webpackChunkName: "home.home" */'./home'), };