Skip to content

Commit

Permalink
新增可配置入口
Browse files Browse the repository at this point in the history
2.0.8
  • Loading branch information
Taoja committed Dec 14, 2020
1 parent e4a3df2 commit dbc55b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ if (__isEmptyObject(config.default.output)) {
}

var io = {
entry: entrys,
entry: {
...entrys,
...config.default.entry
},
output
}
module.exports = io
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dividing",
"version": "2.0.7",
"version": "2.0.8",
"description": "a tool for multi-page project",
"keywords": [
"splitter",
Expand Down

0 comments on commit dbc55b9

Please sign in to comment.