systemjs/test/fixtures/browser/base-href-bare.js
Lars den Bakker 17ae8b7822 Take base href into account when creating baseUrl (#1957)
* Take base href into account when creating baseUrl

* Add a test for base href logic
2019-06-29 11:35:32 -04:00

7 lines
147 B
JavaScript

System.register([], function (_export, _context) {
return {
execute: function () {
_export('default', 'base href bare');
}
};
});