File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 59
59
},
60
60
"homepage" : " http://rackt.github.io/redux" ,
61
61
"dependencies" : {
62
- "lodash" : " ^4.1 .0" ,
62
+ "lodash" : " ^4.2 .0" ,
63
63
"loose-envify" : " ^1.1.0"
64
64
},
65
65
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ var config = {
14
14
libraryTarget : 'umd'
15
15
} ,
16
16
plugins : [
17
- {
18
- apply : function apply ( compiler ) {
19
- compiler . parser . plugin ( 'expression global' , function expressionGlobalPlugin ( ) {
20
- this . state . module . addVariable ( 'global' , "(function() { return this; }()) || Function('return this')()" )
21
- return false
22
- } )
23
- }
24
- } ,
25
17
new webpack . optimize . OccurenceOrderPlugin ( ) ,
26
18
new webpack . DefinePlugin ( {
27
19
'process.env.NODE_ENV' : JSON . stringify ( env )
You can’t perform that action at this time.
0 commit comments