Add example of using TypeScript 2.1 + Webpack 2.1 + paths to help with #494

This commit is contained in:
SteveSandersonMS
2016-12-07 16:36:01 +00:00
parent 633969c7b4
commit acdf18f19e
5 changed files with 21 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
"es6-shim": "^0.35.1",
"event-source-polyfill": "^0.0.7",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"isomorphic-fetch": "^2.2.1",
@@ -39,10 +39,10 @@
"rxjs": "5.0.0-beta.12",
"style-loader": "^0.13.1",
"to-string-loader": "^1.1.5",
"ts-loader": "^0.8.2",
"typescript": "^2.0.3",
"ts-loader": "^1.3.0",
"typescript": "^2.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack": "^2.1.0-beta",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1",
"zone.js": "^0.6.25"