Update webpack and stick to ts@2.0.9 (fixes #36)

This commit is contained in:
Roman Hotsiy 2016-12-19 22:43:16 +02:00
parent cc8e0f6ba5
commit 8cd4e86371
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@ -26,6 +26,8 @@ lib/**/*.css
# files produced by ngc
lib/**/*.ngfactory.ts
lib/**/*.css.shim.ts
lib/**/*.ngsummary.json
lib/**/*.shim.ngstyle.ts
# other
/dist

View File

@ -9,7 +9,7 @@ const IS_PRODUCTION = process.env.NODE_ENV === "production";
module.exports = {
devtool: '#inline-source-map',
performance: { hints: false },
resolve: {
extensions: ['.ts', '.js', '.json', '.css'],
alias: {

View File

@ -57,7 +57,7 @@
"@types/requirejs": "^2.1.26",
"@types/should": "^8.1.28",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "2.2.4",
"awesome-typescript-loader": "^2.2.4",
"branch-release": "^1.0.3",
"chalk": "^1.1.3",
"codelyzer": "^2.0.0-beta.1",
@ -95,8 +95,8 @@
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
"tslint": "^4.0.2",
"typescript": "^2.0.3",
"webpack": "^2.1.0-beta.27",
"typescript": "2.0.9",
"webpack": "^2.1.0-beta.28",
"webpack-dev-server": "^2.1.0-beta.12",
"zone.js": "^0.6.25"
},