cacheBustedScripts top-level constant

List<String> const cacheBustedScripts

Entry-point file names whose references the stamp CLI cache-busts: the dart2js bundle, the loader scripts and the dart2wasm module + its JS support runtime.

Implementation

const List<String> cacheBustedScripts = <String>[
  'main.dart.js',
  'flutter_bootstrap.js',
  'flutter.js',
  'main.dart.wasm',
  'main.dart.mjs',
];