From af839946edd0241cc42290d39f559642e9f37a7a Mon Sep 17 00:00:00 2001 From: cookfront Date: Mon, 27 Feb 2017 18:16:51 +0800 Subject: [PATCH] build entry --- build/bin/build-entry.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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,