Conversation
Simplify user configuration by already pre-setting `map` and `packages` properties in `System.config` call argument.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
Just signed the CLA! |
|
CLAs look good, thanks! |
|
Realizing I still have issues with SystemJS user configuration. This PR may help, but it's still not enough for me, will dig into the docs a little more... |
|
Forget it, this PR is dumb! |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Simplify user configuration by already pre-setting
mapandpackagesproperties inSystem.configcall argument.User configuration is now easier, redundant calls like this are a thing of the past:
Here's how to use it now:
Same goes for
packages.ps: PRing this because it took me a while to figure out why my configuration wasn't working. This small improvement may help beginners!