DamageLimiter
DamageLimiter
This is weird. Once I am back home I will also do some more repro steps.
I've tried something similar but actually it works for js files only (perfectly for a value-converter). But if you try to load a custom component you need to have the...
Yes. I need to download the debug version of require though. This minified version is not very handy for debugging. Back in a few... :-)
It fails at this point here (in requirejs): `plugin.load(map.name, localRequire, load, config);` Parameter `map.name` is "remoteStuff/test-stuff.html". Via `aurelia-loader-default` it tries to load the template: ``` TextTemplateLoader.prototype.loadTemplate = function loadTemplate(loader, entry)...
Are there any news yet? Can you work the debug information I've provided or do you need something else?
@stsje `h.load` is the minified version of `plugin.load` (see me debug information) thus the error is thrown in requirejs. At the bottom line is more or a less a `file...