Skip to content

Commit

Permalink
feat(packages): 新加cli跟utils包
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 19, 2019
1 parent d723459 commit 0828922
Show file tree
Hide file tree
Showing 112 changed files with 12,456 additions and 290 deletions.
5 changes: 2 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ node_modules
commitlint.config.js
dist
dll
webapck-plugin-copy.js
box.config.js
options-chain-loader.js
commitlint.config.js
src
src
mock
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": false
}
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.0.1...v1.0.9) (2019-12-18)
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.0.1...v1.0.9) (2019-12-19)

### 🌟 新功能
范围|描述|commitId
--|--|--
dist | 删除dist | [9600d82](https://github.com/luoxue-victor/learn_webpack/commit/9600d82)


### 🐛 Bug 修复
范围|描述|commitId
--|--|--
gitignore | 增加dist | [d723459](https://github.com/luoxue-victor/learn_webpack/commit/d723459)

## [1.0.1](https://github.com/luoxue-victor/learn_webpack/compare/18fbebf...v1.0.1) (2019-12-18)

范围|描述|commitId
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

本项目诚邀所有共建者,一起来完善,无论你提供了多少的代码都可以被展示在贡献者名单内!

[点击查看接下来的项目计划](https://github.com/luoxue-victor/webpack-box/projects/1)


### 所有课题

Expand Down
Loading

0 comments on commit 0828922

Please sign in to comment.