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
For production builds System.register is a better option long-term. I keep running into weird cases with having a bunch of named AMD defines in a single file, I don't feel confident that it's always going to be viable to go that way.
The text was updated successfully, but these errors were encountered:
I got this to work for globals using the same technique in systemjs/builder. I see no reason why it has to be System.register though, this will work as a define as well. So I'm going to try this next.
For production builds System.register is a better option long-term. I keep running into weird cases with having a bunch of named AMD defines in a single file, I don't feel confident that it's always going to be viable to go that way.
The text was updated successfully, but these errors were encountered: