You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread-loader is compatible with monaco-editor-webpack-plugin V7.1.0
How Do We Reproduce?
Please paste the results of npx webpack-cli info here, and mention other relevant information
The text was updated successfully, but these errors were encountered:
Jlg1128
changed the title
thread-loader V4.0.4 new utils incompatible with monaco-editor-webpack-plugin V7.1.0
thread-loader V4.0.4 new loader context utils incompatible with monaco-editor-webpack-plugin V7.1.0
Sep 24, 2024
Bug report
Actual Behavior
build Error: this.utils.contextify is not a function
reason:
It's beacuse monaco-editor-webpack-plugin has judgment about this.utils
https://github.com/microsoft/monaco-editor/blob/f6dc0eb8fce67e57f6036f4769d92c1666cdf546/webpack-plugin/src/loaders/include.ts#L23
Expected Behavior
thread-loader is compatible with monaco-editor-webpack-plugin V7.1.0
How Do We Reproduce?
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: