I'm loading as so: 'https://cdn.jsdelivr.net/npm/xterm@4.1.0/lib/xterm.js', 'https://cdn.jsdelivr.net/npm/xterm@4.1.0/css/xterm.css', 'https://cdn.jsdelivr.net/npm/xterm-addon-fit@0.2.1/lib/xterm-addon-fit.js', 'https://cdn.jsdelivr.net/npm/xterm-addon-attach@0.3.0/lib/xterm-addon-attach.js' It can't find constructor for either fit or attach. So your 'making' process is b0rked. I'd like to host the libs on CDN so I don't have to make them.
I'm loading as so:
'https://cdn.jsdelivr.net/npm/xterm@4.1.0/lib/xterm.js',
'https://cdn.jsdelivr.net/npm/xterm@4.1.0/css/xterm.css',
'https://cdn.jsdelivr.net/npm/xterm-addon-fit@0.2.1/lib/xterm-addon-fit.js',
'https://cdn.jsdelivr.net/npm/xterm-addon-attach@0.3.0/lib/xterm-addon-attach.js'
It can't find constructor for either fit or attach.
So your 'making' process is b0rked.
I'd like to host the libs on CDN so I don't have to make them.