Skip to content

Commit 8412c29

Browse files
committed
fix bug
1 parent c9058c3 commit 8412c29

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
99
},
1010
"dependencies": {
11-
"element-ui": "^1.0.0",
12-
"vue": "^2.1.0"
11+
"element-ui": "^1.0.7",
12+
"vue": "^2.1.6"
1313
},
1414
"devDependencies": {
15-
"babel-core": "^6.18.2",
16-
"babel-loader": "^6.2.7",
15+
"babel-core": "^6.20.0",
16+
"babel-loader": "^6.2.10",
1717
"babel-preset-es2015": "^6.18.0",
1818
"cross-env": "^1.0.8",
1919
"css-loader": "^0.23.1",
2020
"extract-text-webpack-plugin": "^2.0.0-beta.4",
2121
"file-loader": "^0.8.5",
2222
"glob": "^7.1.1",
23-
"html-webpack-plugin": "^2.22.0",
23+
"html-webpack-plugin": "^2.24.1",
2424
"style-loader": "^0.13.1",
25-
"vue-loader": "^10.0.0",
26-
"vue-template-compiler": "^2.1.0",
27-
"webpack": "beta",
28-
"webpack-dev-server": "beta"
25+
"vue-loader": "^10.0.2",
26+
"vue-template-compiler": "^2.1.6",
27+
"webpack": "2.2.0-rc.0",
28+
"webpack-dev-server": "2.2.0-rc.0"
2929
}
3030
}

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var config = {
6060
name: 'vendors',
6161
filename: 'assets/js/vendors.js',
6262
chunks: chunks,
63-
minChunks: 1
63+
minChunks: chunks.length
6464
}),
6565
new ExtractTextPlugin({
6666
filename: 'assets/css/main.css',

0 commit comments

Comments
 (0)