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.
build:manifest
1 parent 8244bda commit abeb01fCopy full SHA for abeb01f
packages/bridge/src/webpack/manifest.ts
@@ -12,5 +12,7 @@ export async function generateWebpackBuildManifest () {
12
13
const manifest = normalizeWebpackManifest(webpackManifest)
14
15
+ await nuxt.callHook('build:manifest', manifest)
16
+
17
await writeClientManifest(manifest, nuxt.options.buildDir)
18
}
0 commit comments