Problem with using Monaco with ESM
baskinwind opened this issue · 2 comments
baskinwind commented
use monaco by esm
although the editor successfully displayed it, but the ts language service is no longer available
using local dependencies, it should be like this
using ESM, there will be no type check
ije commented
i met the same issue before, i added ?bundle
and it works, check https://code.esm.sh. anyway i will look into it
baskinwind commented
it works thx