mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
No need for worker proxying in website
This commit is contained in:
parent
f9905fad97
commit
196f355660
6 changed files with 1 additions and 26 deletions
|
|
@ -142,11 +142,6 @@
|
|||
|
||||
<script type="text/javascript" src="../release/min/vs/loader.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.MonacoEnvironment = {
|
||||
getWorkerUrl: function(workerId, label) {
|
||||
return 'worker-loader-proxy.js';
|
||||
}
|
||||
};
|
||||
require.config({
|
||||
paths: {
|
||||
vs: '../release/min/vs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue