mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1568] Clean polyfills (#2347)
Use msSaveOrOpenBlob in content service for save fiel in IE
This commit is contained in:
committed by
Denys Vuika
parent
c429aa8a10
commit
d7bd9aa50b
@@ -105,6 +105,22 @@ module.exports = {
|
||||
from: 'node_modules/pdfjs-dist/build/pdf.worker.js',
|
||||
to: 'pdf.worker.js'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/web-animations-js/web-animations.min.js',
|
||||
to: 'js/web-animations.min.js'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/core-js/client/core.min.js',
|
||||
to: 'js/core.min.js'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/custom-event-polyfill/custom-event-polyfill.js',
|
||||
to: 'js/custom-event-polyfill.js'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/intl/dist/Intl.min.js',
|
||||
to: 'js/Intl.min.js'
|
||||
},
|
||||
{
|
||||
context: 'public',
|
||||
from: '',
|
||||
|
Reference in New Issue
Block a user