Authored by ccbikai

完善构建

@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
7 "type": "git", 7 "type": "git",
8 - "url": "http://git.dev.yoho.cn/web/yohoblk-wap.git" 8 + "url": "http://git.yoho.cn/fe/yohoblk-wap.git"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "start": "node app.js", 11 "start": "node app.js",
@@ -79,7 +79,6 @@ @@ -79,7 +79,6 @@
79 "yoho-iscroll": "^5.2.0", 79 "yoho-iscroll": "^5.2.0",
80 "yoho-jquery": "^2.2.4", 80 "yoho-jquery": "^2.2.4",
81 "yoho-jquery-lazyload": "^1.9.7", 81 "yoho-jquery-lazyload": "^1.9.7",
82 - "yoho-mlellipsis": "0.0.3",  
83 "yoho-qs": "^1.0.1", 82 "yoho-qs": "^1.0.1",
84 "yoho-swiper": "^3.3.1", 83 "yoho-swiper": "^3.3.1",
85 "yoho-vue": "^1.0.26", 84 "yoho-vue": "^1.0.26",
@@ -23,14 +23,14 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => { @@ -23,14 +23,14 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
23 entries[`${dir[0]}.${dir[1].match(/(.*).page.js/)[1]}`] = `./js/${dir.join('/')}`; 23 entries[`${dir[0]}.${dir[1].match(/(.*).page.js/)[1]}`] = `./js/${dir.join('/')}`;
24 entries.libs = [ 24 entries.libs = [
25 'yoho-jquery', 25 'yoho-jquery',
26 - 'yoho-vue',  
27 'yoho-fastclick', 26 'yoho-fastclick',
28 'yoho-iscroll', 27 'yoho-iscroll',
29 'yoho-jquery-lazyload', 28 'yoho-jquery-lazyload',
30 - 'yoho-mlellipsis',  
31 'yoho-swiper', 29 'yoho-swiper',
32 'yoho-qs', 30 'yoho-qs',
33 - 'yoho-cookie' 31 + 'yoho-cookie',
  32 + 'yoho-vue',
  33 + 'yoho-vue-lazyload'
34 ]; 34 ];
35 }); 35 });
36 36