Update to webpack 2.x

This commit is contained in:
Farkas J??zsef
2017-02-04 20:37:05 +01:00
committed by József Farkas
parent 908c7e1e8c
commit 67c8b12eac
8 changed files with 28 additions and 42 deletions

View File

@@ -32,12 +32,11 @@
"raw-loader": "^0.5.1",
"sass-loader": "^5.0.1",
"stylelint": "^7.8.0",
"ts-loader": "^1.3.2",
"ts-loader": "^2.0.0",
"tslint": "~4.4.2",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.3",
"webpack-fail-plugin": "^1.0.5",
"webpack-svgstore-plugin": "^3.0.6"
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-svgstore-plugin": "4.0.0"
},
"dependencies": {
"@angular/common": "2.4.7",