Authored by ccbikai

完善构建

... ... @@ -5,7 +5,7 @@
"description": "A New Yohobuy Project With Express",
"repository": {
"type": "git",
"url": "http://git.dev.yoho.cn/web/yohoblk-wap.git"
"url": "http://git.yoho.cn/fe/yohoblk-wap.git"
},
"scripts": {
"start": "node app.js",
... ... @@ -79,7 +79,6 @@
"yoho-iscroll": "^5.2.0",
"yoho-jquery": "^2.2.4",
"yoho-jquery-lazyload": "^1.9.7",
"yoho-mlellipsis": "0.0.3",
"yoho-qs": "^1.0.1",
"yoho-swiper": "^3.3.1",
"yoho-vue": "^1.0.26",
... ...
... ... @@ -23,14 +23,14 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
entries[`${dir[0]}.${dir[1].match(/(.*).page.js/)[1]}`] = `./js/${dir.join('/')}`;
entries.libs = [
'yoho-jquery',
'yoho-vue',
'yoho-fastclick',
'yoho-iscroll',
'yoho-jquery-lazyload',
'yoho-mlellipsis',
'yoho-swiper',
'yoho-qs',
'yoho-cookie'
'yoho-cookie',
'yoho-vue',
'yoho-vue-lazyload'
];
});
... ...