We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0a15f commit 2c3af6fCopy full SHA for 2c3af6f
package.json
@@ -42,8 +42,9 @@
42
"stylus": "^0.54.5",
43
"stylus-loader": "^2.1.1",
44
"url-loader": "^0.5.6",
45
- "vue-loader": "^9.8.1",
46
- "webpack": "^2.1.0-beta.25",
+ "vue-loader": "^10.0.0",
+ "vue-template-compiler": "^2.0.0",
47
+ "webpack": "^2.1.0-beta.27",
48
"webpack-dev-server": "^2.1.0-beta.0"
49
},
50
"dependencies": {
shells/dev/webpack.config.js
@@ -1,4 +1,5 @@
1
var path = require('path')
2
+var webpack = require('webpack')
3
4
var bubleOptions = {
5
target: { chrome: 52 },
@@ -19,7 +20,7 @@ module.exports = {
19
20
21
resolve: {
22
alias: {
- vue$: 'vue/dist/vue.js',
23
+ vue$: 'vue/dist/vue.common.js',
24
src: path.resolve(__dirname, '../../src')
25
}
26
0 commit comments