Commit e30c4580 authored by qingwei.li's avatar qingwei.li

Upload: fix dependencies

parent 382ef2ce
......@@ -11,8 +11,6 @@
"repository": "https://github.com/element-component/element/tree/master/packages/upload",
"author": "elemefe",
"license": "MIT",
"dependencies": {
"vue-resource": "^0.9.3"
},
"dependencies": {},
"devDependencies": {}
}
......@@ -115,6 +115,4 @@ Object.keys(Components).forEach(function (key) {
// 开发模式不需要将不存在的 style.css 打包进去
cooking.add('externals', externals);
// cooking.config.vue.loaders.html = 'html?minimize=true&conservativeCollapse=false';
module.exports = cooking.resolve();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment