mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-05 04:33:24 +01:00
36 lines
831 B
JavaScript
36 lines
831 B
JavaScript
System.config({
|
|
"baseURL": "/",
|
|
"transpiler": "babel",
|
|
"babelOptions": {
|
|
"optional": [
|
|
"runtime"
|
|
]
|
|
},
|
|
"paths": {
|
|
"*": "*.js",
|
|
"github:*": "jspm_packages/github/*.js",
|
|
"npm:*": "jspm_packages/npm/*.js"
|
|
}
|
|
});
|
|
|
|
System.config({
|
|
"map": {
|
|
"babel": "npm:babel-core@5.6.20",
|
|
"babel-runtime": "npm:babel-runtime@5.6.20",
|
|
"core-js": "npm:core-js@0.9.18",
|
|
"jquery": "github:components/jquery@2.1.4",
|
|
"github:jspm/nodelibs-process@0.1.1": {
|
|
"process": "npm:process@0.10.1"
|
|
},
|
|
"npm:babel-runtime@5.6.20": {
|
|
"process": "github:jspm/nodelibs-process@0.1.1"
|
|
},
|
|
"npm:core-js@0.9.18": {
|
|
"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"
|
|
}
|
|
}
|
|
});
|
|
|