Skip to content

Commit

Permalink
feat: return init zero config
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Oct 12, 2018
1 parent d13d0a7 commit bb35f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/zero.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports.initDefault = function(config) {
config.template = defaultTemplate;
}
}
return config;
};

exports.initEggDefault = function(config) {
Expand All @@ -46,4 +47,5 @@ exports.initEggDefault = function(config) {
framework: 'app/web/framework',
vue: 'vue/dist/vue.esm.js'
}, config.alias);
return config;
};

0 comments on commit bb35f38

Please sign in to comment.