mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 06:05:30 -05:00
prevent loading error for ace language tools extension in development
This commit is contained in:
parent
bb071e99fa
commit
6014085e8e
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ block content
|
||||||
},
|
},
|
||||||
"ace/ext-searchbox": {
|
"ace/ext-searchbox": {
|
||||||
deps: ["ace/ace"]
|
deps: ["ace/ace"]
|
||||||
|
},
|
||||||
|
"ace/ext-language_tools": {
|
||||||
|
deps: ["ace/ace"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
config:{
|
config:{
|
||||||
|
|
Loading…
Reference in a new issue