build entry

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

View File

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