Authored by 陈峰

Merge branch 'feature/yohood' into 'master'

修改验签



See merge request !34
... ... @@ -74,9 +74,7 @@ const getEntries = () => {
};
module.exports = (env) => {
return {q
:Q
return {
entry: getEntries(),
output: {
path: path.join(__dirname, '../public/bundle'), // absolute path
... ...