Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with using Monaco with ESM #827

Closed
baskinwind opened this issue May 9, 2024 · 2 comments
Closed

Problem with using Monaco with ESM #827

baskinwind opened this issue May 9, 2024 · 2 comments
Labels
browser Not working in Browser

Comments

@baskinwind
Copy link

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

image

using ESM, there will be no type check

@baskinwind baskinwind added the browser Not working in Browser label May 9, 2024
@ije
Copy link
Member

ije commented May 9, 2024

i met the same issue before, i added ?bundle and it works, check https://code.esm.sh. anyway i will look into it

@baskinwind
Copy link
Author

it works thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser Not working in Browser
Projects
None yet
Development

No branches or pull requests

2 participants