You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an index.html that refers to main.dart, and at some point for debugging purposes I just ran dart2js manually and named the output main.dart.js, then if I later try to run pub build, I get the error
Build error:
Transforms {Dart2JS on BasicWeb|web/main.dart} all emitted asset BasicWeb|web/main.dart.js.
From @alan-knight on August 17, 2015 16:30
If I have an index.html that refers to main.dart, and at some point for debugging purposes I just ran dart2js manually and named the output main.dart.js, then if I later try to run pub build, I get the error
Build error:
Transforms {Dart2JS on BasicWeb|web/main.dart} all emitted asset BasicWeb|web/main.dart.js.
which is not very clear.
Copied from original issue: dart-lang/sdk#24108
The text was updated successfully, but these errors were encountered: