-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Use ESM versions of Monaco #1542
Comments
It depends on #1539. |
let's await the solution for microsoft/monaco-editor#850 |
@tsmaeder : Is this even relevant anymore? |
@JonasHelming t.b.h, I have no idea. |
@JonasHelming, @tsmaeder, I believe what's referred to here is the ability to bundle Monaco using Webpack rather than our current This issue is still relevant, and we may want to think about having some sort of epic about improving our Monaco consumption / simplifying Monaco uplifts:
|
I believe that with the last few Monaco uplifts, we've done all the things that I described above, so I think this ticket is ready to be closed. |
microsoft/monaco-editor#18 has been resolved; we may benefit from ESM by bundling them into one bundle, instead of doing XHR for various code files.
The text was updated successfully, but these errors were encountered: