Skip to content

Instantly share code, notes, and snippets.

@kepta
Created October 21, 2015 15:01
Show Gist options
  • Save kepta/7db22fd3da405ae69a58 to your computer and use it in GitHub Desktop.
Save kepta/7db22fd3da405ae69a58 to your computer and use it in GitHub Desktop.
config.json for 0.17 jspm
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