mirror of
https://gitlab.silvrtree.co.uk/martind2000/aodb.git
synced 2025-01-10 21:45:08 +00:00
52 lines
1.3 KiB
JavaScript
52 lines
1.3 KiB
JavaScript
System.config({
|
|
baseURL: "/",
|
|
defaultJSExtensions: true,
|
|
transpiler: "babel",
|
|
babelOptions: {
|
|
"optional": [
|
|
"runtime",
|
|
"optimisation.modules.system"
|
|
]
|
|
},
|
|
paths: {
|
|
"github:*": "jspm_packages/github/*",
|
|
"npm:*": "jspm_packages/npm/*"
|
|
},
|
|
|
|
map: {
|
|
"babel": "npm:babel-core@5.8.25",
|
|
"babel-runtime": "npm:babel-runtime@5.8.25",
|
|
"core-js": "npm:core-js@1.2.1",
|
|
"github:jspm/nodelibs-assert@0.1.0": {
|
|
"assert": "npm:assert@1.3.0"
|
|
},
|
|
"github:jspm/nodelibs-process@0.1.2": {
|
|
"process": "npm:process@0.11.2"
|
|
},
|
|
"github:jspm/nodelibs-util@0.1.0": {
|
|
"util": "npm:util@0.10.3"
|
|
},
|
|
"npm:assert@1.3.0": {
|
|
"util": "npm:util@0.10.3"
|
|
},
|
|
"npm:babel-runtime@5.8.25": {
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
},
|
|
"npm:core-js@1.2.1": {
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
},
|
|
"npm:inherits@2.0.1": {
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
},
|
|
"npm:process@0.11.2": {
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0"
|
|
},
|
|
"npm:util@0.10.3": {
|
|
"inherits": "npm:inherits@2.0.1",
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
}
|
|
}
|
|
});
|