File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2929 " converter"
3030 ],
3131 "dependencies" : {
32- "html-dom-parser" : " 0.1.0 "
32+ "html-dom-parser" : " 0.1.1 "
3333 },
3434 "devDependencies" : {
3535 "coveralls" : " ^2.13.1" ,
36- "eslint" : " ^4.0.0 " ,
36+ "eslint" : " ^4.1.1 " ,
3737 "istanbul" : " ^0.4.5" ,
3838 "mocha" : " ^3.4.2" ,
3939 "react" : " >=15.4" ,
4040 "react-dom" : " >=15.4" ,
41- "webpack" : " ^2.6.1 "
41+ "webpack" : " ^3.0.0 "
4242 },
4343 "peerDependencies" : {
4444 "react" : " >=15.4" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module.exports = {
2222 }
2323 } ,
2424 plugins : [
25+ new webpack . optimize . ModuleConcatenationPlugin ( ) ,
2526 new webpack . optimize . OccurrenceOrderPlugin ( ) ,
2627 new webpack . DefinePlugin ( {
2728 'process.env.NODE_ENV' : JSON . stringify ( process . env . NODE_ENV )
You can’t perform that action at this time.
0 commit comments