Skip to content

Commit f8180af

Browse files
committed
feat(webpack-dashboard): Integrate the Webpack dashboard
1 parent 5f65cda commit f8180af

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
- [x] [Webpack 2](https://webpack.github.io/docs/roadmap.html#2)
77
- [x] [Typescript 2](https://blogs.msdn.microsoft.com/typescript/2016/07/11/announcing-typescript-2-0-beta/)
8-
8+
- [x] [Webpack Dashboard](https://github.com/FormidableLabs/webpack-dashboard)
9+
![Imgur](http://i.imgur.com/pETTX85.png)
910
# Getting started
1011

1112
## Clone Typescript Webpack Starter

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
"author": "yrenaudin",
2525
"license": "ISC",
2626
"devDependencies": {
27-
"css-loader": "^0.23.1",
27+
"css-loader": "^0.25.0",
2828
"ejs-loader": "^0.3.0",
2929
"expose-loader": "^0.7.1",
30-
"html-loader": "^0.4.3",
30+
"html-loader": "^0.4.4",
3131
"html-webpack-plugin": "^2.22.0",
3232
"rimraf": "^2.5.4",
3333
"style-loader": "^0.13.1",
3434
"ts-loader": "^0.8.2",
35-
"tslint": "^3.13.0",
35+
"tslint": "^3.15.1",
3636
"tslint-loader": "^2.1.5",
3737
"typescript": "^2.0.0",
38-
"typings": "^1.3.2",
39-
"webpack": "^2.1.0-beta.20",
38+
"typings": "^1.3.3",
39+
"webpack": "^2.1.0-beta.22",
4040
"webpack-dashboard": "^0.1.8",
41-
"webpack-dev-server": "^1.15.0"
41+
"webpack-dev-server": "^1.15.2"
4242
},
4343
"dependencies": {
44-
"lodash": "^4.14.1"
44+
"lodash": "^4.15.0"
4545
}
4646
}

0 commit comments

Comments
 (0)