-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
42 lines (40 loc) · 1.21 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
System.config({
"transpiler": "babel",
"babelOptions": {
"optional": [
"runtime"
]
},
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
}
});
System.config({
"map": {
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"bio-element": "github:biojs/[email protected]",
"core-js": "npm:[email protected]",
"html": "github:Hypercubed/systemjs-plugin-html@master",
"polymer": "github:greenify/[email protected]",
"webcomponentsjs-lite": "github:webcomponents/[email protected]",
"github:biojs/[email protected]": {
"html": "github:Hypercubed/systemjs-plugin-html@master",
"polymer": "github:greenify/[email protected]",
"webcomponentsjs-lite": "github:webcomponents/[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
}
}
});