Skip to content

Commit a12e61c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/loaders/bundle-loader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ bundle((file) => {...})
109109
## 示例
110110

111111
```js
112-
import bundle from './file.bundle.js';
112+
import bundle from './file.bundle.js'
113113
```
114114

115115
**webpack.config.js**
116116
```js
117117
module.exports = {
118118
entry: {
119-
index: './App.js'
119+
index: './App.js'
120120
},
121121
output: {
122122
path: path.resolve(__dirname, 'dest'),

0 commit comments

Comments
 (0)