File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2525 "babel-core" : " ^5.6.18" ,
2626 "babel-loader" : " ^5.1.4" ,
2727 "node-libs-browser" : " ^0.5.2" ,
28- "react-hot-loader" : " ^1.2.7 " ,
28+ "react-hot-loader" : " ^1.3.0 " ,
2929 "webpack" : " ^1.9.11" ,
3030 "webpack-dev-server" : " ^1.9.0"
3131 }
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ module.exports = {
1414 publicPath : '/static/'
1515 } ,
1616 plugins : [
17- new webpack . HotModuleReplacementPlugin ( ) ,
18- new webpack . NoErrorsPlugin ( )
17+ new webpack . HotModuleReplacementPlugin ( )
1918 ] ,
2019 resolve : {
2120 alias : {
Original file line number Diff line number Diff line change 3838 "babel-loader" : " ^5.1.4" ,
3939 "node-libs-browser" : " ^0.5.2" ,
4040 "raw-loader" : " ^0.5.1" ,
41- "react-hot-loader" : " ^1.2.7 " ,
41+ "react-hot-loader" : " ^1.3.0 " ,
4242 "style-loader" : " ^0.12.3" ,
4343 "todomvc-app-css" : " ^2.0.1" ,
4444 "webpack" : " ^1.9.11" ,
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ module.exports = {
1414 publicPath : '/static/'
1515 } ,
1616 plugins : [
17- new webpack . HotModuleReplacementPlugin ( ) ,
18- new webpack . NoErrorsPlugin ( )
17+ new webpack . HotModuleReplacementPlugin ( )
1918 ] ,
2019 resolve : {
2120 alias : {
You can’t perform that action at this time.
0 commit comments