mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
14
node_modules/browser-sync/dist/server/serve-static-wrapper.js
generated
vendored
Normal file
14
node_modules/browser-sync/dist/server/serve-static-wrapper.js
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
"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
|
Reference in New Issue
Block a user