From 57998941de2d7325ef5aefa3b9f64801747d581c Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Fri, 29 Dec 2023 18:17:27 +0300 Subject: [PATCH] fix: generate library manifest after clean plugin --- lib/LibManifestPlugin.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/LibManifestPlugin.js b/lib/LibManifestPlugin.js index 32939ed46..e3d5c3ec3 100644 --- a/lib/LibManifestPlugin.js +++ b/lib/LibManifestPlugin.js @@ -46,7 +46,10 @@ class LibManifestPlugin { */ apply(compiler) { compiler.hooks.emit.tapAsync( - "LibManifestPlugin", + { + name: "LibManifestPlugin", + stage: 110 + }, (compilation, callback) => { const moduleGraph = compilation.moduleGraph; asyncLib.forEach(