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:babel-core@5.8.25",
"babel-runtime": "npm:babel-runtime@5.8.25",
"react": "npm:react@0.14.0",
"react-dom": "npm:react-dom@0.14.0"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment