Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Nov 6, 2020
1 parent 2153401 commit 37ab03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer.js
Expand Up @@ -115,7 +115,7 @@ function getViewerData(bundleStats, bundleDir, opts) {
}
}

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

0 comments on commit 37ab03e

Please sign in to comment.