Hi All.
I’m trying to get JSPM bundling working, as outlined here: https://aurelia.io/docs/build-systems/jspm/bundling#bundling-an-aurelia-jspm-application
As far as I can see, I have followed the instructions, but it throws an error saying (SystemJS) System.registry is undefined
. My code for this is in the feature/bundling branch here: https://github.com/gordon-matt/aurelia-razor-netcore2-skeleton/tree/feature/bundling
Could someone please tell me what I am doing wrong?