[bug] webpack plugin not working when cacheGroups is used for bundling monaco-editor #3658
Unanswered
toonvanstrijp
asked this question in
Q&A
Replies: 4 comments
-
@toonvanstrijp problem on plugin side, look here https://github.com/microsoft/monaco-editor-webpack-plugin/blob/master/plugins/AddWorkerEntryPointPlugin.js#L6 |
Beta Was this translation helpful? Give feedback.
0 replies
-
anything new here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
got the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to bundle all my monaco-editor dependencies to a separate chunk inside my webpack config.
Right now I'm doing is by using the cacheGroups feature of webpack:
I've created a little sample project which contains this bug. Feel free to try it out :)
my-app.zip
My config:
Beta Was this translation helpful? Give feedback.
All reactions