-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
Support monaco editor webpack plugin #2890
Comments
I have the same problem 🙏 |
blocked by #1320 |
worker has been supported, when can support this plugin it, I use examples inside the monaco example, there are still some problems (such as clicking on the keyboard to delete the key will be deleted more), I hope to support this plugin as soon as possible, or there can be an alternative plugin. |
You don't need the plugin if you use worker, check out example/monaco-editor-ts-react |
@zoolsher please help check whether native worker supports fixes your issue? |
I use examples inside the monaco example, there are still some problems (such as clicking on the keyboard to delete the key will be deleted more) |
can you file a separate issue or add more detailed information here |
What problem does this feature solve?
My web application is building with
monaco-editor-webpack-plugin
which doesn't work with rspack.Link: https://github.com/microsoft/monaco-editor/blob/main/webpack-plugin/src/plugins/AddWorkerEntryPointPlugin.ts
What does the proposed API of configuration look like?
IMHO. This plugin requires API like
childCompiler
,LoaderTargetPlugin
, etc.The text was updated successfully, but these errors were encountered: