mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Update integrate-esm.md
This commit is contained in:
parent
d91a3865e4
commit
a6f35e1e52
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ self.MonacoEnvironment = {
|
|||
if (label === 'html') {
|
||||
return './html.worker.bundle.js';
|
||||
}
|
||||
if (label === 'typescript') {
|
||||
if (label === 'typescript' || label === 'javascript') {
|
||||
return './ts.worker.bundle.js';
|
||||
}
|
||||
return './editor.worker.bundle.js';
|
||||
|
|
@ -75,4 +75,4 @@ module.exports = {
|
|||
]
|
||||
};
|
||||
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue