Uh oh!
There was an error while loading. Please reload this page.
Simplify user configuration - #687
Conversation
Simplify user configuration by already pre-setting `map` and `packages` properties in `System.config` call argument.
googlebot
commented
May 9, 2016
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.
|
quentint
commented
May 9, 2016
Just signed the CLA! |
googlebot
commented
May 9, 2016
CLAs look good, thanks! |
quentint
commented
May 9, 2016
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... |
quentint
commented
May 9, 2016
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!