-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade version of Design Factory #2081
Conversation
60c307b
to
a79a698
Compare
019f452
to
f9941c1
Compare
@@ -93,7 +96,7 @@ | |||
{ | |||
"type": "initial", | |||
"maximumWarning": "500kb", | |||
"maximumError": "2mb" | |||
"maximumError": "2.5mb" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:(
f9941c1
to
7c6dd09
Compare
5bfbbaa
to
02ef53e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just by curiosity, are the changes (or a part of them) coming from a Design Factory migration script?
Nop, I knew there were issue in their migration script so I did not run it, |
02ef53e
to
6ea7331
Compare
@@ -48,6 +48,7 @@ | |||
* Zone JS is required by default for Angular itself. | |||
*/ | |||
import 'zone.js'; // Included with Angular CLI. | |||
import '@angular/localize/init'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need that ?
"polyfills": ["zone.js"], | ||
"polyfills": [ | ||
"zone.js", | ||
"@angular/localize/init" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment here
Proposed change
Related issues