rrweb
Version:
record and replay the web
10 lines (7 loc) • 300 B
JavaScript
function commonjsRequire () {
throw new Error('Dynamic requires are not currently supported by rollup-plugin-commonjs');
}
function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
export { commonjsRequire, createCommonjsModule };