mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Removes unneeded filler redirection
This commit is contained in:
parent
7c2310116c
commit
699cae24be
107 changed files with 104 additions and 117 deletions
|
|
@ -75,9 +75,6 @@
|
|||
if (isRelease) {
|
||||
loaderPathsConfig['vs'] = `${PATH_PREFIX}${corePath}`;
|
||||
} else {
|
||||
loaderPathsConfig[
|
||||
'vs/fillers/monaco-editor-core'
|
||||
] = `${PATH_PREFIX}/monaco-editor/out/amd/fillers/monaco-editor-core-amd`;
|
||||
loaderPathsConfig['vs/language'] = `${PATH_PREFIX}${pluginPath}/language`;
|
||||
loaderPathsConfig['vs/basic-language'] = `${PATH_PREFIX}${pluginPath}/basic-language`;
|
||||
loaderPathsConfig['vs'] = `${PATH_PREFIX}${corePath}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue