We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f345e9b commit a12e61cCopy full SHA for a12e61c
src/content/loaders/bundle-loader.md
@@ -109,14 +109,14 @@ bundle((file) => {...})
109
## 示例
110
111
```js
112
-import bundle from './file.bundle.js';
+import bundle from './file.bundle.js'
113
```
114
115
**webpack.config.js**
116
117
module.exports = {
118
entry: {
119
- index: './App.js'
+ index: './App.js'
120
},
121
output: {
122
path: path.resolve(__dirname, 'dest'),
0 commit comments