We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39a690 commit e86dd3aCopy full SHA for e86dd3a
src/ASP.NET-Core-SPAs/Views/Home/Aurelia.cshtml
@@ -2,6 +2,6 @@
2
<script src="../jspm_packages/system.js"></script>
3
<script src="../config.js"></script>
4
<script>
5
- SystemJS.import('aurelia-bootstrapper');
+ System.import('aurelia-bootstrapper');
6
</script>
7
</div>
src/ASP.NET-Core-SPAs/package.json
@@ -16,7 +16,8 @@
16
"gulp-concat": "2.5.2",
17
"gulp-cssmin": "0.1.7",
18
"gulp-uglify": "1.2.0",
19
- "rimraf": "2.2.8"
+ "rimraf": "2.2.8",
20
+ "jspm": "0.16.15"
21
},
22
"jspm": {
23
"directories": {
0 commit comments