We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6449c8d commit 9d5d317Copy full SHA for 9d5d317
test/.stats-app/stats-config.js
@@ -40,12 +40,10 @@ const clientGlobs = [
40
path.join(nextAppDir, '.next/server/middleware-manifest.json')
41
)
42
const manifest = JSON.parse(manifestJson)
43
- console.log({ manifest, functions: manifest.functions })
44
const manifestFileEntry = path.relative(
45
path.join(nextAppDir, '.next'),
46
path.join(nextAppDir, fileName)
47
48
- console.log({ manifestFileEntry })
49
50
const functionEntry = Object.values(manifest.functions).find(
51
(entry) => {
0 commit comments