Skip to content

Commit 4cbdf15

Browse files
committed
feat: 完善readme.md
1 parent b111ab3 commit 4cbdf15

File tree

1 file changed

+2
-4
lines changed
  • packages/webpack-resolve-mode-plugin

1 file changed

+2
-4
lines changed

packages/webpack-resolve-mode-plugin/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ npm i -D @fu1996/webapck-resolver-mode-plugin
2525
## 🏄 配置如下:
2626

2727
- mode :指定哪些后缀在优先被打包
28-
- fileName :生成的文件名 默认为 index.txt
29-
- clean :是否清除上次该插件生成的产物(如:index.txt)
3028
- exclude :【支持字符串和正则及其组成的数组】根据此规则哪些文件或者文件夹参与此次条件打包
3129
- includeFileSuffix :指定哪些文件后缀参与条件打包
3230
- debug :是否开启debug 模式
@@ -62,8 +60,8 @@ console.log('2222',a)
6260
假设同时 存在 `a.h5.js``a.js`,则 `a.h5.js`会选择作为 index.js 文件的依赖被打包进产物
6361

6462
## 📣 后续开发计划
65-
66-
暂无
63+
1. 改为 ts
64+
2. 完善readme.md 的API文档
6765

6866
## ⏰ 如果该库帮助了您,期待您的 star
6967

0 commit comments

Comments
 (0)