Skip to content

Commit

Permalink
test: select lazyrouter
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-daniel-dempsey committed Dec 16, 2024
1 parent 71568c4 commit 02a783a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support-frontend/webpack.entryPoints.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
common: {
'[countryGroupId]/router': 'pages/[countryGroupId]/router.tsx',
// '[countryGroupId]/router': 'pages/[countryGroupId]/lazyRouter.tsx',
//'[countryGroupId]/router': 'pages/[countryGroupId]/router.tsx',
'[countryGroupId]/router': 'pages/[countryGroupId]/lazyRouter.tsx',
// '[countryGroupId]/router': 'pages/[countryGroupId]/ghLazyRouter.tsx',
'[countryGroupId]/events/router':
'pages/[countryGroupId]/events/router.tsx',
Expand Down

0 comments on commit 02a783a

Please sign in to comment.