build entry

This commit is contained in:
cookfront 2017-02-27 18:16:51 +08:00
parent c5d8ed2600
commit af839946ed

View File

@ -44,15 +44,13 @@ ComponentNames.forEach(name => {
})); }));
if ([ if ([
// directives // directives
'InfiniteScroll',
'Lazyload', 'Lazyload',
'Waterfall',
// services // services
'Dialog', 'Dialog',
'Toast', 'Toast'
'Indicator',
'Waterfall'
].indexOf(componentName) === -1) { ].indexOf(componentName) === -1) {
installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, { installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, {
name: componentName, name: componentName,