Files
mooknote_web/node_modules/webpack/hot/emitter-event-target.js
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

8 lines
174 B
JavaScript

if (typeof EventTarget !== "function") {
throw new Error(
"Environment doesn't support lazy compilation (requires EventTarget)"
);
}
module.exports = new EventTarget();