Skip to content

Commit 8545942

Browse files
committed
docs: update example
1 parent 0d26c69 commit 8545942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For more details please refer to:
164164
When using with html-webpack-plugin, you can access dev-middleware in-memory filesystem to serve index.html file:
165165

166166
```js
167-
const middleware = koaWebpack({ config });
167+
const middleware = await koaWebpack({ config });
168168

169169
app.use(middleware);
170170

0 commit comments

Comments
 (0)