UNPKG
@alloc/html-bundle
Version:
latest (7.4.1)
7.4.1
7.4.0
7.3.1
7.3.0
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.0
Bundle your HTML assets with Esbuild and LightningCSS. Custom plugins, HMR platform, and more.
@alloc/html-bundle
/
dist
/
events.mjs
4 lines
•
172 B
JavaScript
View Raw
1
2
3
4
import
{
EventEmitter
}
from
'events'
;
export
const
hmrClientEvents =
new
EventEmitter
();
export
const
buildEvents =
new
EventEmitter
();
//# sourceMappingURL=events.mjs.map