Updated dev webpack config.

This commit is contained in:
2020-12-06 22:56:30 +01:00
parent ce7e05fd43
commit 9265572e45
3 changed files with 16 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
const VinlottisPage = () => import(
/* webpackChunkName: "lading-page" */
/* webpackChunkName: "landing-page" */
"@/components/VinlottisPage");
const LotteryPage = () => import(
/* webpackChunkName: "lading-page" */
/* webpackChunkName: "landing-page" */
"@/components/LotteryPage");
const GeneratePage = () => import(
/* webpackChunkName: "lading-page" */
/* webpackChunkName: "landing-page" */
"@/components/GeneratePage");
const TodaysPage = () => import(