fix(turbopack): emit loadable manifest for app (#64046)

### What

Seems we only emit loadable manifest for the pages so far, adding quick
fix for app.

Closes PACK-2902
This commit is contained in:
OJ Kwon 2024-04-03 13:57:53 -07:00 committed by GitHub
parent fd73584c7f
commit 16f4b96e3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -446,6 +446,7 @@ export async function handleRouteType({
await manifestLoader.loadBuildManifest(page, 'app')
await manifestLoader.loadAppPathsManifest(page)
await manifestLoader.loadActionManifest(page)
await manifestLoader.loadLoadableManifest(page, 'app')
await manifestLoader.loadFontManifest(page, 'app')
await manifestLoader.writeManifests({
rewrites,