Skip to content

Commit

Permalink
upgrade: webpack v3
Browse files Browse the repository at this point in the history
Remove vue-loader
Upgrade babel-core, babel-loader, webpack(2.6.1 -> 3.0.0).
  • Loading branch information
scopewu committed Jun 24, 2017
1 parent f6224a5 commit 56882d0
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 251 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"homepage": "https://scopewu.github.io/qrcode.vue/",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-loader": "^7.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.23.0",
Expand All @@ -98,9 +98,7 @@
"qr.js": "0.0.0",
"rimraf": "^2.6.1",
"vue": "^2.3.3",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}
Loading

0 comments on commit 56882d0

Please sign in to comment.