Skip to content

Commit

Permalink
chore(deps): update express to 4.17 version (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 17, 2019
1 parent 2a81ad2 commit df9d09c
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 112 deletions.
7 changes: 0 additions & 7 deletions lib/Server.js
Expand Up @@ -173,13 +173,6 @@ class Server {
// Init express server
// eslint-disable-next-line new-cap
this.app = new express();

// ref: https://github.com/webpack/webpack-dev-server/issues/1575
// ref: https://github.com/webpack/webpack-dev-server/issues/1724
// remove this when send@^0.16.3
if (express.static && express.static.mime && express.static.mime.types) {
express.static.mime.types.wasm = 'application/wasm';
}
}

setupHooks() {
Expand Down

0 comments on commit df9d09c

Please sign in to comment.