Skip to content

Commit 37ab03e

Browse files
committed
Fix typo
1 parent 2153401 commit 37ab03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analyzer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function getViewerData(bundleStats, bundleDir, opts) {
115115
}
116116
}
117117

118-
// Webpack 5 changed bundle format and now entry modules are concatenated and located at the end on the it.
118+
// Webpack 5 changed bundle format and now entry modules are concatenated and located at the end of it.
119119
// Because of this they basically become a concatenated module, for which we can't even precisely determine its
120120
// parsed source as it's located in the same scope as all Webpack runtime helpers.
121121
if (unparsedEntryModules.length && assetSources) {

0 commit comments

Comments
 (0)