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') { if (label === 'html') {
return './html.worker.bundle.js'; return './html.worker.bundle.js';
} }
if (label === 'typescript') { if (label === 'typescript' || label === 'javascript') {
return './ts.worker.bundle.js'; return './ts.worker.bundle.js';
} }
return './editor.worker.bundle.js'; return './editor.worker.bundle.js';
@ -75,4 +75,4 @@ module.exports = {
] ]
}; };
``` ```

Loading…
Cancel
Save