Authored by ccbikai

完善前端依赖

... ... @@ -47,7 +47,9 @@
"autoprefixer": "^6.3.7",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.11.6",
"eslint": "^3.2.0",
"eslint-config-yoho": "^1.0.1",
"eslint-plugin-html": "^1.5.1",
... ...
... ... @@ -22,9 +22,10 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
// 生成规则:module.page: './js/module/xx.page.js'
entries[`${dir[0]}.${dir[1].match(/(.*).page.js/)[1]}`] = `./js/${dir.join('/')}`;
entries.libs = [
'jquery',
'yoho-qs',
'yoho-cookie',
'jquery',
'handlebars',
'vue',
'vue-lazyload',
'vue-swipe',
... ...