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 d275574 commit 5f329bcCopy full SHA for 5f329bc
lib/src/dart.dart
@@ -89,6 +89,7 @@ Future compile(String entrypoint, CompilerProvider provider,
89
if (platformBinaries != null) {
90
options.add('--platform-binaries=$platformBinaries');
91
}
92
+ options.add('--use-old-frontend');
93
94
var sourceUrl = p.toUri(entrypoint);
95
options.add("--out=$sourceUrl.js");
0 commit comments