mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 17:19:00 -05:00
Fix Monaco For Web Compile
This commit is contained in:
parent
aa20f1514f
commit
605af265ff
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const buildConfigs = [
|
||||||
minify: true,
|
minify: true,
|
||||||
format: "iife",
|
format: "iife",
|
||||||
outbase: "node_modules/monaco-editor/esm/",
|
outbase: "node_modules/monaco-editor/esm/",
|
||||||
outdir: "dist/browser/monaco"
|
outdir: "dist/browser/vendor/monaco"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
entryPoints: ["browser/monaco.ts"],
|
entryPoints: ["browser/monaco.ts"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue