File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 38
38
"grunt-contrib-jshint" : " ^1.1.0" ,
39
39
"grunt-contrib-watch" : " ^1.0.0" ,
40
40
"grunt-karma" : " ^2.0.0" ,
41
- "grunt-webpack" : " ^1 .0.18 " ,
41
+ "grunt-webpack" : " ^2 .0.1 " ,
42
42
"jasmine-core" : " ^2.5.2" ,
43
43
"karma" : " ^1.4.0" ,
44
44
"karma-chrome-launcher" : " ^2.0.0" ,
45
45
"karma-firefox-launcher" : " ^1.0.0" ,
46
46
"karma-ie-launcher" : " ^1.0.0" ,
47
47
"karma-jasmine" : " ^1.1.0" ,
48
- "webpack" : " ^1.14.0" ,
49
- "webpack-dev-server" : " ^2.4.5"
48
+ "webpack" : " ^2.6.1"
50
49
},
51
50
"keywords" : [
52
51
" angular" ,
Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ module.exports.config = {
26
26
{
27
27
test : / \. j s $ / ,
28
28
exclude : / n o d e _ m o d u l e s / ,
29
- loader : 'babel-loader' ,
30
- query : {
31
- presets : [ 'es2015' ]
32
- }
29
+ loader : 'babel-loader?presets[]=es2015'
33
30
}
34
31
]
35
32
} ,
You can’t perform that action at this time.
0 commit comments