diff --git a/lib/Server.js b/lib/Server.js index 07c19ff54c..cc0d74e848 100644 --- a/lib/Server.js +++ b/lib/Server.js @@ -155,10 +155,6 @@ class Server { // eslint-disable-next-line const app = (this.app = new express()); - // ref: https://github.com/webpack/webpack-dev-server/issues/1575 - // remove this when send@^0.16.3 - express.static.mime.types.wasm = 'application/wasm'; - app.all('*', (req, res, next) => { if (this.checkHost(req.headers)) { return next();