We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a81ad2 commit df9d09cCopy full SHA for df9d09c
lib/Server.js
@@ -173,13 +173,6 @@ class Server {
173
// Init express server
174
// eslint-disable-next-line new-cap
175
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
- }
183
}
184
185
setupHooks() {
0 commit comments