Add depcache, systemjs polyfill

This commit is contained in:
Jonathan Cremin 2015-06-16 01:39:58 +01:00
parent 4c6ab78b53
commit 20431ddec8
3 changed files with 1083 additions and 2 deletions

View file

@ -62,6 +62,10 @@
"react-router": "npm:react-router@^0.13.3",
"superagent": "npm:superagent@^1.2.0"
},
"devDependencies": {}
"devDependencies": {},
"buildConfig": {
"minify": true,
"transpileES6": true
}
}
}