does anyone know what may be causing this issue?
# help
c
does anyone know what may be causing this issue?
using new 0.60.1 version
t
Did you turn on esm format?
c
Yeah
t
yeah so for ESM many libraries are not compatible
You cannot use
require
statements (this isn't technically true but it's true when esbuild is involved)
so you must use libraries bundled for esm
c
hmm i will investigate from where this tty is coming then
thanks