Skip to content

Commit

Permalink
feat(webpack-dashboard): Integrate the Webpack dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 20, 2016
1 parent 5f65cda commit f8180af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

- [x] [Webpack 2](https://webpack.github.io/docs/roadmap.html#2)
- [x] [Typescript 2](https://blogs.msdn.microsoft.com/typescript/2016/07/11/announcing-typescript-2-0-beta/)

- [x] [Webpack Dashboard](https://github.com/FormidableLabs/webpack-dashboard)
![Imgur](http://i.imgur.com/pETTX85.png)
# Getting started

## Clone Typescript Webpack Starter
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"author": "yrenaudin",
"license": "ISC",
"devDependencies": {
"css-loader": "^0.23.1",
"css-loader": "^0.25.0",
"ejs-loader": "^0.3.0",
"expose-loader": "^0.7.1",
"html-loader": "^0.4.3",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"tslint": "^3.13.0",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "^2.0.0",
"typings": "^1.3.2",
"webpack": "^2.1.0-beta.20",
"typings": "^1.3.3",
"webpack": "^2.1.0-beta.22",
"webpack-dashboard": "^0.1.8",
"webpack-dev-server": "^1.15.0"
"webpack-dev-server": "^1.15.2"
},
"dependencies": {
"lodash": "^4.14.1"
"lodash": "^4.15.0"
}
}

0 comments on commit f8180af

Please sign in to comment.