mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Adopt esbuild for monaco-languages
This commit is contained in:
parent
a50081289e
commit
0c394c0c7c
81 changed files with 987 additions and 102 deletions
|
|
@ -189,6 +189,7 @@ function buildESM(options) {
|
|||
AMD: 'false'
|
||||
},
|
||||
external: options.external,
|
||||
outbase: 'src',
|
||||
outdir: 'release/esm/',
|
||||
plugins: [
|
||||
alias({
|
||||
|
|
@ -223,6 +224,7 @@ function buildOneAMD(type, options) {
|
|||
footer: {
|
||||
js: 'return moduleExports;\n});'
|
||||
},
|
||||
outbase: 'src',
|
||||
outdir: `release/${type}/`,
|
||||
plugins: [
|
||||
alias({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue