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 9a3cb43 commit eecebb7Copy full SHA for eecebb7
lib/plugins/entry-files-manifest.js
@@ -28,8 +28,10 @@ function processOutput(webpackConfig) {
28
// the original assets (so, assets.entrypoints) + the new
29
// assets (which will have their original structure). We
30
// delete the entrypoints key, and then process the new assets
31
- // like normal below
+ // like normal below. The same reasoning applies to the
32
+ // integrity key.
33
delete assets.entrypoints;
34
+ delete assets.integrity;
35
36
// This will iterate over all the entry points and convert the
37
// one file entries into an array of one entry since that was how the entry point file was before this change.
0 commit comments