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 29
29
" converter"
30
30
],
31
31
"dependencies" : {
32
- "html-dom-parser" : " 0.1.0 "
32
+ "html-dom-parser" : " 0.1.1 "
33
33
},
34
34
"devDependencies" : {
35
35
"coveralls" : " ^2.13.1" ,
36
- "eslint" : " ^4.0.0 " ,
36
+ "eslint" : " ^4.1.1 " ,
37
37
"istanbul" : " ^0.4.5" ,
38
38
"mocha" : " ^3.4.2" ,
39
39
"react" : " >=15.4" ,
40
40
"react-dom" : " >=15.4" ,
41
- "webpack" : " ^2.6.1 "
41
+ "webpack" : " ^3.0.0 "
42
42
},
43
43
"peerDependencies" : {
44
44
"react" : " >=15.4" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module.exports = {
22
22
}
23
23
} ,
24
24
plugins : [
25
+ new webpack . optimize . ModuleConcatenationPlugin ( ) ,
25
26
new webpack . optimize . OccurrenceOrderPlugin ( ) ,
26
27
new webpack . DefinePlugin ( {
27
28
'process.env.NODE_ENV' : JSON . stringify ( process . env . NODE_ENV )
You can’t perform that action at this time.
0 commit comments