source:
frontend/node_modules/webpack/hot/emitter-event-target.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 174 bytes | |
| Line | |
|---|---|
| 1 | if (typeof EventTarget !== "function") { |
| 2 | throw new Error( |
| 3 | "Environment doesn't support lazy compilation (requires EventTarget)" |
| 4 | ); |
| 5 | } |
| 6 | |
| 7 | module.exports = new EventTarget(); |
Note:
See TracBrowser
for help on using the repository browser.
