Created
October 21, 2015 15:01
-
-
Save kepta/7db22fd3da405ae69a58 to your computer and use it in GitHub Desktop.
config.json for 0.17 jspm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.config({ | |
baseURL: "/", | |
transpiler: "babel", | |
packageConfigPaths: [ | |
"npm:*.json" | |
], | |
paths: { | |
"npm:*": "jspm_packages/npm/*" | |
}, | |
map: { | |
"babel": "npm:[email protected]", | |
"babel-runtime": "npm:[email protected]", | |
"react": "npm:[email protected]", | |
"react-dom": "npm:[email protected]" | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment