Update build config

pull/686/head
qingwei.li 2016-10-27 20:07:44 +08:00
parent f960ea50b9
commit 4463eba92a
1 changed files with 1 additions and 1 deletions

View File

@ -10,10 +10,10 @@ var externals = {};
Object.keys(Components).forEach(function(key) {
externals[`element-ui/packages/${key}`] = `element-ui/lib/${key}`;
});
Object.keys(dependencies).forEach(function(key) {
externals[key] = key;
});
externals['element-ui/src/locale'] = 'element-ui/lib/locale';
utilsList.forEach(function(file) {
file = path.basename(file, '.js');