Skip to content

Commit

Permalink
upd(readme): 📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
classmatewu committed Oct 2, 2021
1 parent 5b6dc24 commit 2a51ac8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
* bundle:chunk -> bundle:利用chunk,合并与加工module集合,最后生成浏览器能够运行的产物,即bundle

### 运行
`./modules/`文件夹下存放要打包的文件
`./config.js`文件进行打包配置
执行`npm run build`,生成打包产物
执行`npm run test`,验证打包结果
* `./modules/`文件夹下存放要打包的文件
* `./config.js`文件进行打包配置
* 执行`npm run build`,生成打包产物
* 执行`npm run test`,验证打包结果

### 版本
v1.0.0: 完成简陋的第一版,支持仅支持esm的模块方式,且引用路径不能重复,即使在不同文件夹下(即所有文件名不能一样)
* v1.0.0: 完成简陋的第一版,支持仅支持esm的模块方式,且引用路径不能重复,即使在不同文件夹下(即所有文件名不能一样)

### 展望
v1.0.0: 完成简陋第一版
v1.0.1: 修复引用路径不能重复,即使在不同文件夹下
v1.0.2: 支持cjs、amd模块
* v1.0.0: 完成简陋第一版
* v1.0.1: 修复引用路径不能重复,即使在不同文件夹下
* v1.0.2: 支持cjs、amd模块

### 联系我
如果疑问或建议,欢迎提issues或邮件联系我`[email protected]`
如有疑问或建议,欢迎提issues或邮件联系我`[email protected]`

0 comments on commit 2a51ac8

Please sign in to comment.