Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jul 20, 2023
1 parent 4f9f081 commit e8c3dbb
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -351,16 +351,10 @@ export class ClientReferenceManifestPlugin {
// - app/foo/page -> app/foo
// - app/(group)/@named/foo/page -> app/foo
// - app/(group)/@named/(.)foo/page -> app/(.)foo
const preGroupName = entryName
.slice(0, entryName.lastIndexOf('/'))
.replace(/\/@[^/]+/g, '')
.replace(/\/\([^/]+\)/g, '')

const groupName = normalizeAppPath(entryName, [
'loading',
'layout',
]).slice(1)
console.log({ preGroupName, groupName })

if (!manifestsPerGroup.has(groupName)) {
manifestsPerGroup.set(groupName, [])
Expand Down

0 comments on commit e8c3dbb

Please sign in to comment.