diff --git a/build/bin/build-entry.js b/build/bin/build-entry.js index a3a9a1a35..41ab63eb7 100644 --- a/build/bin/build-entry.js +++ b/build/bin/build-entry.js @@ -44,15 +44,13 @@ ComponentNames.forEach(name => { })); if ([ - // directives - 'InfiniteScroll', + // directives 'Lazyload', + 'Waterfall', - // services + // services 'Dialog', - 'Toast', - 'Indicator', - 'Waterfall' + 'Toast' ].indexOf(componentName) === -1) { installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, { name: componentName,