webMainJsFile top-level constant

String const webMainJsFile

Parses a main.dart.js size out of a web build output directory's manifest-ish file listing, falling back to direct byte counting by the CLI (which owns the file paths). Kept here so the size unit is one definition.

Implementation

const String webMainJsFile = 'main.dart.js';