mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Add Object.assign polyfill (#1692)
This commit is contained in:
parent
841c4d59e3
commit
367748d39e
3 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
import window from 'window';
|
||||
import elementDatasetPolyfill from 'element-dataset';
|
||||
|
||||
import 'es6-object-assign/auto';
|
||||
|
||||
import {Promise} from 'es6-promise-polyfill/promise.js';
|
||||
import {progressJs} from '../vendors/Progress.js/src/progress.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue