Use esbuild also for AMD variant

This commit is contained in:
Alex Dima 2021-11-12 01:02:23 +01:00
parent 63e425ffe2
commit 829ee45850
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
5 changed files with 85 additions and 100 deletions

View file

@ -5,8 +5,4 @@
// Resolves with the global monaco API
declare var define;
define([], function () {
return (<any>self).monaco;
});
export = (<any>self).monaco;