Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 739c696

Browse files
committed
Update config.js
I have to use "/src" instead of "src" to make it work for me. I'm using systemjs 0.18.16
1 parent 9b6b52d commit 739c696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jspm/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ System.config({
99
"npm:*": "jspm_packages/npm/*"
1010
},
1111
"packages": {
12-
"src": {
12+
"/src": {
1313
"defaultExtension": "ts"
1414
}
1515
}

0 commit comments

Comments
 (0)