Separate build per use

This commit is contained in:
Arlo Breault 2019-05-08 16:46:51 -04:00
parent 2d8a1690ba
commit 4d40f17487
6 changed files with 94 additions and 25 deletions

View file

@ -19,8 +19,6 @@ if module?.exports
WebSocket = require 'ws'
{ XMLHttpRequest } = require 'xmlhttprequest'
process.nextTick () -> init
else
window = this
document = window.document