[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request sohelamin#6 from HalbergM/master
Browse files Browse the repository at this point in the history
Updated packages and webpack.config.js
  • Loading branch information
sohelamin committed Jun 12, 2017
2 parents 659c787 + 53551ca commit 924719b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"vue-router": "^2.0.0"
},
"devDependencies": {
"electron-packager": "^8.1.0",
"electron-reload": "^1.0.2",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"cross-env": "^3.1.1",
"css-loader": "^0.25.0",
"electron-packager": "^8.1.0",
"electron-reload": "^1.0.2",
"file-loader": "^0.9.0",
"vue-loader": "^9.5.1",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.0"
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ module.exports = {
loaders: [
{
test: /\.vue$/,
loader: 'vue'
loader: 'vue-loader'
},
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
},
{
Expand Down

0 comments on commit 924719b

Please sign in to comment.