react-ionicons
Version:
A React SVG ionicon component
14 lines • 456 B
JavaScript
;
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