forked from zewa666/aurelia-i18next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.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/Intl.js@0.1.4",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.4.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.7.0",
"babel": "npm:babel-core@5.4.4",
"babel-runtime": "npm:babel-runtime@5.4.4",
"core-js": "npm:core-js@0.9.11",
"i18next": "github:i18next/i18next@1.9.0",
"text": "github:systemjs/plugin-text@0.0.2",
"github:aurelia/loader-default@0.7.0": {
"aurelia-loader": "github:aurelia/loader@0.6.0",
"aurelia-metadata": "github:aurelia/metadata@0.5.0"
},
"github:aurelia/loader@0.6.0": {
"aurelia-html-template-element": "github:aurelia/html-template-element@0.2.0",
"aurelia-path": "github:aurelia/path@0.6.1",
"core-js": "npm:core-js@0.9.11",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.6.1"
},
"github:aurelia/metadata@0.5.0": {
"core-js": "npm:core-js@0.9.11"
},
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.1"
},
"npm:core-js@0.9.11": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
}
}
});