Update integrate-esm.md

pull/762/head
Alexandru Dima 7 years ago committed by GitHub
parent d91a3865e4
commit a6f35e1e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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';

Loading…
Cancel
Save