mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-28 12:37:32 +00:00
Add example of using TypeScript 2.1 + Webpack 2.1 + paths to help with #494
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user