mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3177 from overleaf/jpa-ace-minified
[misc] use the minified ace source for sub-resources -- mode/worker/vim GitOrigin-RevId: 5c70c4838987721f371fc74a79b8cdef8e5b82fe
This commit is contained in:
parent
9303fcedae
commit
99ab046dcf
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ module.exports = {
|
|||
to: 'js/libs/sigma-master'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/ace-builds/src-noconflict',
|
||||
from: 'node_modules/ace-builds/src-min-noconflict',
|
||||
to: `js/ace-${PackageVersions.version.ace}/`
|
||||
},
|
||||
// Copy CMap files from pdfjs-dist package to build output. These are used
|
||||
|
|
Loading…
Reference in a new issue