Add Object.assign polyfill (#1692)

This commit is contained in:
RainLoop Team 2018-05-16 17:31:45 +03:00
parent 841c4d59e3
commit 367748d39e
3 changed files with 8 additions and 1 deletions

View file

@ -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';