Angular 11 main.js bundle file build size is wrong
During the build we can see the size of the main.js file which is 1.96Mb:

But the actual size of the main.js file is 2.1MB (i.e. (most likely) lazy modules won't compile into separate files)

How is this possible?