Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrett-confrey committed Jul 26, 2021
1 parent 2965706 commit 8087d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LoadablePlugin {
}
})

// update loadable-stats.json with integrity from webpack-subresource-integrity if available
// update assets with integrity from webpack-subresource-integrity if available
Object.values(stats.namedChunkGroups).forEach(namedChunkGroup => {
namedChunkGroup.assets.forEach(namedChunkGroupAsset => {
const asset = stats.assets.find(a => a.name === namedChunkGroupAsset.name) || {}
Expand Down

0 comments on commit 8087d1d

Please sign in to comment.