mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-24 08:04:16 +08: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';
|
||||
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
"copy-webpack-plugin": "4.5.1",
|
||||
"element-dataset": "2.2.6",
|
||||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-object-assign": "1.1.0",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-plugin-compat": "2.2.0",
|
||||
|
@ -103,8 +104,8 @@
|
|||
"json-loader": "0.5.7",
|
||||
"json3": "3.3.2",
|
||||
"knockout": "3.4.2",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"knockout-sortable": "1.1.0",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"lozad": "1.4.0",
|
||||
"matchmedia-polyfill": "0.3.0",
|
||||
"moment": "2.22.1",
|
||||
|
|
|
@ -2052,6 +2052,10 @@ error-ex@^1.2.0:
|
|||
dependencies:
|
||||
is-arrayish "^0.2.1"
|
||||
|
||||
es6-object-assign@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
|
||||
|
||||
es6-promise-polyfill@1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/es6-promise-polyfill/-/es6-promise-polyfill-1.2.0.tgz#f38925f23cb3e3e8ce6cda8ff774fcebbb090cde"
|
||||
|
|
Loading…
Reference in a new issue