Skip to content

Commit 12da186

Browse files
committed
Fix review comment
1 parent fa16457 commit 12da186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ loader.config({ monaco });
344344

345345
### webpack worker issues
346346

347-
When webpackk is used as bundler there are issues with utilizing the undbundled workers from `@codingame/monaco-vscode-api`. [jhk-mjolner](https://github.com/jhk-mjolner) provided a solution in the context of issue #853 [here](https://github.com/TypeFox/monaco-languageclient/issues/853#issuecomment-2709959822):
347+
When webpack is used as bundler there are issues with utilizing the undbundled workers from `@codingame/monaco-vscode-api`. [jhk-mjolner](https://github.com/jhk-mjolner) provided a solution in the context of issue #853 [here](https://github.com/TypeFox/monaco-languageclient/issues/853#issuecomment-2709959822):
348348

349349
1. Npm install `webpack-cli` (or webpack will do it for you when you try running this later).
350350
2. Create a `bundle-monaco-workers.js` file with this content:

0 commit comments

Comments
 (0)