Skip to content

Commit

Permalink
feat(deps): upgrade to the latest webpack beta.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 13, 2016
1 parent b4834ba commit bdd4079
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ const shared = {
Buffer: true
},
plugins: [],
target: 'web'
target: 'web',
performance: {
hints: false
}
}

const dev = merge(shared, {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"conventional-github-releaser": "^1.1.3",
"coveralls": "^2.11.15",
"detect-node": "^2.0.3",
"eslint": "^3.11.1",
"eslint": "^3.12.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
Expand Down Expand Up @@ -78,8 +78,8 @@
"stream-http": "^2.5.0",
"transform-loader": "^0.2.3",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"webpack": "^2.1.0-beta.26",
"webpack-merge": "^1.0.2"
"webpack": "^2.1.0-beta.28",
"webpack-merge": "^1.1.1"
},
"repository": {
"type": "git",
Expand All @@ -97,4 +97,4 @@
"greenkeeperio-bot <support@greenkeeper.io>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>"
]
}
}

0 comments on commit bdd4079

Please sign in to comment.