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 3838 "grunt-contrib-jshint" : " ^1.1.0" ,
3939 "grunt-contrib-watch" : " ^1.0.0" ,
4040 "grunt-karma" : " ^2.0.0" ,
41- "grunt-webpack" : " ^1 .0.18 " ,
41+ "grunt-webpack" : " ^2 .0.1 " ,
4242 "jasmine-core" : " ^2.5.2" ,
4343 "karma" : " ^1.4.0" ,
4444 "karma-chrome-launcher" : " ^2.0.0" ,
4545 "karma-firefox-launcher" : " ^1.0.0" ,
4646 "karma-ie-launcher" : " ^1.0.0" ,
4747 "karma-jasmine" : " ^1.1.0" ,
48- "webpack" : " ^1.14.0" ,
49- "webpack-dev-server" : " ^2.4.5"
48+ "webpack" : " ^2.6.1"
5049 },
5150 "keywords" : [
5251 " angular" ,
Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ module.exports.config = {
2626 {
2727 test : / \. j s $ / ,
2828 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'
3330 }
3431 ]
3532 } ,
You can’t perform that action at this time.
0 commit comments