Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 11, 2019
1 parent 9f47880 commit 47e8a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/computed/bundle-analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function computeGeneratedFileSizes(map, content) {
const colNum = mapping.columnNumber;
const lastColNum = mapping.lastColumnNumber;

// Webpack seems to sometimes emit null mappings.
// Webpack sometimes emits null mappings.
// https://github.com/mozilla/source-map/pull/303
if (!source) continue;

Expand Down

0 comments on commit 47e8a41

Please sign in to comment.