mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[main] load transpiled scripts for IE for PDFE, SSE and PE
This commit is contained in:
@ -112,6 +112,16 @@
|
||||
"text": "../vendor/requirejs-text/text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"babel": {
|
||||
"files": [
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../deploy/web-apps/apps/pdfeditor/main/",
|
||||
"src": "*.js",
|
||||
"dest": "../deploy/web-apps/apps/pdfeditor/main/ie"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"less": {
|
||||
|
||||
@ -106,6 +106,16 @@
|
||||
"text": "../vendor/requirejs-text/text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"babel": {
|
||||
"files": [
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../deploy/web-apps/apps/presentationeditor/main/",
|
||||
"src": "*.js",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/ie"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"less": {
|
||||
|
||||
@ -106,6 +106,16 @@
|
||||
"text": "../vendor/requirejs-text/text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"babel": {
|
||||
"files": [
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../deploy/web-apps/apps/spreadsheeteditor/main/",
|
||||
"src": "*.js",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/ie"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"less": {
|
||||
|
||||
Reference in New Issue
Block a user