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 0d26c69 commit 8545942Copy full SHA for 8545942
README.md
@@ -164,7 +164,7 @@ For more details please refer to:
164
When using with html-webpack-plugin, you can access dev-middleware in-memory filesystem to serve index.html file:
165
166
```js
167
-const middleware = koaWebpack({ config });
+const middleware = await koaWebpack({ config });
168
169
app.use(middleware);
170
0 commit comments