Skip to content

Commit f345e9b

Browse files
authored
Update bundle-loader.md
1 parent 8f59f21 commit f345e9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/loaders/bundle-loader.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source: https://raw.githubusercontent.com/webpack-contrib/bundle-loader/master/R
44
edit: https://github.com/webpack-contrib/bundle-loader/edit/master/README.md
55
repo: https://github.com/webpack-contrib/bundle-loader
66
---
7-
webpack 的 bundle loader
7+
应用于 webpack 的 bundle loader
88

99
## 安装
1010

@@ -35,6 +35,7 @@ module.exports = {
3535
```js
3636
import bundle from './file.bundle.js';
3737
```
38+
3839
需要使用异步处理,
3940
以使得 chunk 在浏览器加载(以及在获取其导出)时可用。
4041

0 commit comments

Comments
 (0)