Skip to content

Commit ca6cea5

Browse files
committed
jspm@beta dl-loader (broken!)
https://registry.jspm.io/app/main.js Failed to load resource: the server responded with a status of 404 (Not Found)
1 parent 6386bf5 commit ca6cea5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
System.config({
2+
"defaultJSExtensions": true,
23
"transpiler": "babel",
34
"babelOptions": {
45
"optional": [
@@ -7,16 +8,15 @@ System.config({
78
"blacklist": []
89
},
910
"paths": {
10-
"*": "*.js",
11-
"github:*": "https://github.jspm.io/*.js",
12-
"npm:*": "https://npm.jspm.io/*.js"
11+
"github:*": "jspm_packages/github/*",
12+
"npm:*": "jspm_packages/npm/*"
1313
}
1414
});
1515

1616
System.config({
1717
"map": {
18-
"babel": "npm:[email protected].6",
19-
"babel-runtime": "npm:[email protected].6",
18+
"babel": "npm:[email protected].7",
19+
"babel-runtime": "npm:[email protected].7",
2020
"bootstrap": "github:twbs/[email protected]",
2121
"core-js": "npm:[email protected]",
2222
"css": "github:systemjs/[email protected]",
@@ -81,7 +81,7 @@ System.config({
8181
8282
"util": "npm:[email protected]"
8383
},
84-
"npm:[email protected].6": {
84+
"npm:[email protected].7": {
8585
"process": "github:jspm/[email protected]"
8686
},
8787

0 commit comments

Comments
 (0)