-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b6dc24
commit 2a51ac8
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]` |