Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Update webpack to 3.4.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phasedd authored Jul 27, 2017
1 parent 0bd6941 commit 9866493
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 65 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"@types/three": "^0.84.15",
"@types/webpack": "^2.2.6",
"@types/webpack-dev-middleware": "^1.9.1",
"@types/webpack": "^3.0.5",
"@types/webpack-dev-middleware": "^1.9.2",
"@types/webpack-hot-middleware": "^2.15.0",
"awesome-typescript-loader": "^3.2.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.29.0",
Expand Down Expand Up @@ -85,9 +85,9 @@
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.4.0",
"url-loader": "^0.5.9",
"webpack": "^2.2.1",
"webpack": "^3.4.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "^2.5.1",
"webpack-dev-server": "^2.6.1",
"webpack-hot-middleware": "^2.18.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9866493

Please sign in to comment.