File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77所谓 bundle 是指对构建产物进行打包,构建产物可能是一个文件,也有可能是基于一定的 [ 代码拆分策略] ( https://esbuild.github.io/api/#splitting ) 得到的多个文件。
88
9- 而 bundleless,则是指对每个源文件单独进行编译构建,但是并不将它们打包在一起。每一个产物文件都可以找到与之相对应的源码文件。bundleless 构建的过程,也可以理解为仅对源文件进行代码转换的过程。
9+ 而 bundleless,则是指对每个源文件单独进行编译构建,但是并不将它们打包在一起。每一个产物文件都可以找到与之相对应的源码文件。Bundleless 构建的过程,也可以理解为仅对源文件进行代码转换的过程。
1010
1111![ rslib-bundleless-mode] ( https://assets.rspack.dev/rslib/rslib-bundleless-mode.png )
1212
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ CJS 代表 [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modul
1919
2020## Bundleless
2121
22- Bundleless 是指对每个源文件单独进行编译构建,但是并不将它们打包在一起。每一个产物文件都可以找到与之相对应的源码文件。bundleless 构建的过程,也可以理解为仅对源文件进行代码转换的过程。
22+ Bundleless 是指对每个源文件单独进行编译构建,但是并不将它们打包在一起。每一个产物文件都可以找到与之相对应的源码文件。Bundleless 构建的过程,也可以理解为仅对源文件进行代码转换的过程。
2323
2424## 模块联邦
2525
You can’t perform that action at this time.
0 commit comments