Skip to content

Commit df9d09c

Browse files
chore(deps): update express to 4.17 version (#1896)
1 parent 2a81ad2 commit df9d09c

File tree

3 files changed

+138
-112
lines changed

3 files changed

+138
-112
lines changed

lib/Server.js

-7
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,6 @@ class Server {
173173
// Init express server
174174
// eslint-disable-next-line new-cap
175175
this.app = new express();
176-
177-
// ref: https://github.com/webpack/webpack-dev-server/issues/1575
178-
// ref: https://github.com/webpack/webpack-dev-server/issues/1724
179-
// remove this when send@^0.16.3
180-
if (express.static && express.static.mime && express.static.mime.types) {
181-
express.static.mime.types.wasm = 'application/wasm';
182-
}
183176
}
184177

185178
setupHooks() {

0 commit comments

Comments
 (0)