forked from zewa666/aurelia-i18next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
49 lines (47 loc) · 1.51 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
42
43
44
45
46
47
48
System.config({
"transpiler": "babel",
"babelOptions": {
"optional": [
"es7.decorators"
]
},
"paths": {
"*": "*.js",
"aurelia-i18next/*": "dist\\system/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
}
});
System.config({
"map": {
"Intl.js": "github:andyearnshaw/[email protected]",
"aurelia-event-aggregator": "github:aurelia/[email protected]",
"aurelia-loader-default": "github:aurelia/[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"i18next": "github:i18next/[email protected]",
"text": "github:systemjs/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
}
}
});