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 d5d0b76 commit 63383b4Copy full SHA for 63383b4
packages/@vue/cli-ui-addon-webpack/src/components/WebpackAnalyzer.vue
@@ -261,7 +261,7 @@ export default {
261
// We calculate a new target module size relative to selected child
262
ratio = rotation / 360 / childRatio
263
targetSize = size * ratio
264
- // New base ratio to deeper children
+ // New base ratio for deeper children
265
parentRatio = childRatio
266
// Go deeper
267
tree = child
0 commit comments