webpack-system-register
webpack-system-register copied to clipboard
Move off of using System._loader.loads, in favor of System.normalizeSync
See https://github.com/systemjs/systemjs/issues/1277 for why. Will first have to wait for https://github.com/CanopyTax/sofe/issues/30 to be resolved.
Or even better, just use context.id, where context is the second parameter passed to the callback given to System.register. That is the same as the normalized module name. See the further discussion in the systemjs issue linked to above for more info.