Index: lib/src/dependency_graph.dart |
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart |
index 57ea98c7b5203b4fedd62874d6d717c4cac1c480..8a3d2f3d110f1a72efdfb602a56bfcbecc52c46e 100644 |
--- a/lib/src/dependency_graph.dart |
+++ b/lib/src/dependency_graph.dart |
@@ -465,7 +465,8 @@ class DependencyGraphError extends MessageWithSpan { |
const defaultRuntimeFiles = const [ |
'harmony_feature_check.js', |
'dart_runtime.js', |
- 'dart_core.js' |
+ 'dart/core.js', |
+ 'dart/math.js' |
]; |
/// Runtime files added to applications when running in server mode. |