mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Use esbuild also for AMD variant
This commit is contained in:
parent
63e425ffe2
commit
829ee45850
5 changed files with 85 additions and 100 deletions
|
|
@ -5,8 +5,4 @@
|
|||
|
||||
// Resolves with the global monaco API
|
||||
|
||||
declare var define;
|
||||
|
||||
define([], function () {
|
||||
return (<any>self).monaco;
|
||||
});
|
||||
export = (<any>self).monaco;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue