work.suroh.tk/node_modules/browser-sync/dist/server/serve-static-wrapper.js

14 lines
456 B
JavaScript
Raw Normal View History

2019-12-02 12:22:45 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function default_1() {
var serveStatic = require("serve-static");
/**
* Adding a custom mime-type for wasm whilst we wait for
* the `send` package to be updated.
*/
var send = require("send");
send.mime.define({ "application/wasm": ["wasm"] });
return serveStatic;
}
exports.default = default_1;
//# sourceMappingURL=serve-static-wrapper.js.map