Skip to content

Commit e00b709

Browse files
committed
Merge pull request #1349 from jdalton/lodash-update
Update to lodash v4.2.0.
2 parents e5ea36b + 0b9f9ec commit e00b709

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"homepage": "http://rackt.github.io/redux",
6161
"dependencies": {
62-
"lodash": "^4.1.0",
62+
"lodash": "^4.2.0",
6363
"loose-envify": "^1.1.0"
6464
},
6565
"devDependencies": {

webpack.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ var config = {
1414
libraryTarget: 'umd'
1515
},
1616
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-
},
2517
new webpack.optimize.OccurenceOrderPlugin(),
2618
new webpack.DefinePlugin({
2719
'process.env.NODE_ENV': JSON.stringify(env)

0 commit comments

Comments
 (0)