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
I'm trying to dive into jspm@0.17 and it's just keep hitting me with questionable code and solutions...
For example in 0.16 in config file we had one System.config() call, but in 0.17 there is now two of them after jspm init
This was to make it easier to distinguish what is user-config and automatically managed dependency configuration, but I'm also not 100% sure about it yet either.
I like this behavior. But I guess it would be good to insert a comment for the generated config part that states that this part is automatically generated.
I'm trying to dive into jspm@0.17 and it's just keep hitting me with questionable code and solutions...
For example in 0.16 in config file we had one
System.config()
call, but in 0.17 there is now two of them afterjspm init
The text was updated successfully, but these errors were encountered: