Releases: webpack/webpack-dev-middleware
Releases · webpack/webpack-dev-middleware
v3.7.1
3.7.1 (2019-09-03)
Bug Fixes
- directly used mkdirp instead of through Webpack (#436) (dff39a1)
- displayStats only logged (#427) (98deaf4)
- the
writeToFile
option has compatibility with webpack@5 (#459) (5c90e1e)
v3.7.0
3.7.0 (2019-05-15)
Features
v3.6.2
3.6.2 (2019-04-03)
Bug Fixes
- check existence of
res.getHeader
and set the correct Content-Type (#385) (56dc705)
v3.6.1
3.6.1 (2019-03-06)
Bug Fixes
- do not overwrite Content-Type if header already exists (#377) (b2a6fed)
v3.6.0
3.6.0 (2019-02-19)
Features
- configurable file system via options.fs (#370) (1762cb3)
v3.5.2
3.5.2 (2019-02-06)
Bug Fixes
v3.5.1
3.5.1 (2019-01-17)
Bug Fixes
- remove querystring from filenames when writing to disk (#361) (90d0d94)
v3.5.0
3.5.0 (2019-01-04)
Bug Fixes
- middleware: do not add 'null' to Content-Type (#355) (cf4d7a9)
Features
- allow to redefine
mimeTypes
(possible to use force
option) (#349) (e56a181)
v3.4.0
Bug Fixes
- index: don't modify the default behavior for
unhandledRejection
(#340) (f0a8e3e)
- middleware: replace
url-join
with path.posix.join
(#334) (d75802b)
v3.3.0
Features
- middleware: expose the memory filesystem (
response.locals.fs
) (#337) (f9a138e)