Merge pull request #686 from QingWei-Li/fix/build-config

Update build config
pull/691/head
杨奕 2016-10-27 21:10:48 +08:00 committed by GitHub
commit 5a6cca14c6
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');