mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 01:28:52 -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,
|
||||
format: "iife",
|
||||
outbase: "node_modules/monaco-editor/esm/",
|
||||
outdir: "dist/browser/monaco"
|
||||
outdir: "dist/browser/vendor/monaco"
|
||||
},
|
||||
{
|
||||
entryPoints: ["browser/monaco.ts"],
|
||||
|
|
Loading…
Add table
Reference in a new issue