There was an error while loading. Please reload this page.
2 parents a8064d5 + 19514df commit e04edf9Copy full SHA for e04edf9
packages/demo/demo-v3/src/pages/index/index.html
@@ -29,9 +29,9 @@
29
getWorkerUrl: function(workerId, label) {
30
const code = encodeURIComponent(`
31
self.MonacoEnvironment = {
32
- baseUrl: 'https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/monaco-editor/0.20.0/min/'
+ baseUrl: 'https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/monaco-editor/0.30.0/min/'
33
};
34
- importScripts('https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/monaco-editor/0.20.0/min/vs/base/worker/workerMain.js');
+ importScripts('https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/monaco-editor/0.30.0/min/vs/base/worker/workerMain.js');
35
`);
36
37
return 'data:text/javascript;charset=utf-8,' + code;
0 commit comments