There was an error while loading. Please reload this page.
My async route:
const MainView = () => import(/* webpackChunkName: "group-foo" */ '@/components/MainView') const OneView = () => import(/* webpackChunkName: "group-foo" */ '@/components/OneView') const TwoView = () => import(/* webpackChunkName: "group-foo" */ '@/components/TwoView')
After I run build:
The bundle name is 0 rather than group-foo.
0
group-foo