File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- [x] [ Webpack 2] ( https://webpack.github.io/docs/roadmap.html#2 )
7
7
- [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 )
9
10
# Getting started
10
11
11
12
## Clone Typescript Webpack Starter
@@ -42,4 +43,4 @@ After build phase, 3 files are generated into the `dist` folder:
42
43
- [ ] Add TODO example
43
44
- [ ] Setup VSCode debug to match webpack-dev-server
44
45
- [ ] Setup a webpack common configuration and use webpack-merge
45
- - [ ] Setup unit tests
46
+ - [ ] Setup unit tests with Jasmine / Karma
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-webpack-starter" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " A damn simple starter for Typescript and Webpack" ,
5
5
"main" : " src/index.ts" ,
6
6
"scripts" : {
24
24
"author" : " yrenaudin" ,
25
25
"license" : " ISC" ,
26
26
"devDependencies" : {
27
- "css-loader" : " ^0.23.1 " ,
27
+ "css-loader" : " ^0.25.0 " ,
28
28
"ejs-loader" : " ^0.3.0" ,
29
29
"expose-loader" : " ^0.7.1" ,
30
- "html-loader" : " ^0.4.3 " ,
30
+ "html-loader" : " ^0.4.4 " ,
31
31
"html-webpack-plugin" : " ^2.22.0" ,
32
32
"rimraf" : " ^2.5.4" ,
33
33
"style-loader" : " ^0.13.1" ,
34
34
"ts-loader" : " ^0.8.2" ,
35
- "tslint" : " ^3.13.0 " ,
35
+ "tslint" : " ^3.15.1 " ,
36
36
"tslint-loader" : " ^2.1.5" ,
37
37
"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 " ,
40
40
"webpack-dashboard" : " ^0.1.8" ,
41
- "webpack-dev-server" : " ^1.15.0 "
41
+ "webpack-dev-server" : " ^1.15.2 "
42
42
},
43
43
"dependencies" : {
44
- "lodash" : " ^4.14.1 "
44
+ "lodash" : " ^4.15.0 "
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments