diff --git a/project/build.js b/project/build.js index 4d45706..8961df8 100644 --- a/project/build.js +++ b/project/build.js @@ -100,7 +100,6 @@ const generateMain = project => { Promise.all(Object.keys(data).map(e => { let app = [...new Set(apps)].find(s => s.indexOf(e) > -1) if (app) { - log('应用#%s#加载中...', e) return copyFiles(`project/${project}/apps/${e}`, app) } })).then(() => {