Skip to content

v8.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 18:35
be5fb38

Patch Changes

  • Fixed a crash when calling close() in plugin mode (isPlugin = true). Since the host (webpack-cli, webpack-dev-server, etc.) owns compiler.watch(), the middleware has no watching of its own to close, so close() now just calls the callback instead of throwing. (by @bjohansebas in #2347)