@metamask/snaps-browserify-plugin
Version:
A Browserify plugin to build MetaMask Snaps with Browserify
13 lines • 666 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
const plugin_1 = __importDefault(require("./plugin.cjs"));
var plugin_2 = require("./plugin.cjs");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(plugin_2).default; } });
// This is required for Browserify to work when specifying just the module name,
// rather than importing the plugin function.
module.exports = plugin_1.default;
//# sourceMappingURL=index.cjs.map