Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 26, 2016
1 parent bd0a15f commit 2c3af6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"url-loader": "^0.5.6",
"vue-loader": "^9.8.1",
"webpack": "^2.1.0-beta.25",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.0.0",
"webpack": "^2.1.0-beta.27",
"webpack-dev-server": "^2.1.0-beta.0"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion shells/dev/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var path = require('path')
var webpack = require('webpack')

var bubleOptions = {
target: { chrome: 52 },
Expand All @@ -19,7 +20,7 @@ module.exports = {
},
resolve: {
alias: {
vue$: 'vue/dist/vue.js',
vue$: 'vue/dist/vue.common.js',
src: path.resolve(__dirname, '../../src')
}
},
Expand Down

0 comments on commit 2c3af6f

Please sign in to comment.