-
Notifications
You must be signed in to change notification settings - Fork 248
JavaScript version of "Hello World" is 5570kb #237
Comments
I am working on this problem. |
Added a @MirrorsUsed to main.dart reduces this number to 182K minified and compressed. I used:
|
@jbdeboer Good idea to track the size using a tool. Just a question: shouldn't the MirrorsUsed annotation be part of the Angular library and not have to be specified in the user's code? |
Maybe, but um not sure how that works. If you could put together a pull
|
Following the AngularDart tutorial, step one, generated > 3MB of javascript. Can we reopen this issue? (BTW I'm using 0.9.3) I edited angular.dart:
|
Can the annotation "@MirrorsUsed" be used to help dart2js reduce the size of the JavaScript? (I think it was done for Polymer apps lately).
The text was updated successfully, but these errors were encountered: