Removes runtime dependency babel-polyfill (#2692)

* Removes runtime dependency babel-polyfill

* removes references to polyfilled array includes
This commit is contained in:
Florent Vilmart
2016-09-17 15:50:04 -04:00
committed by Drew
parent 97c124bbbe
commit 90e9994195
4 changed files with 8 additions and 13 deletions

View File

@@ -9,10 +9,6 @@ var batch = require('./batch'),
path = require('path'),
authDataManager = require('./authDataManager');
if (!global._babelPolyfill) {
require('babel-polyfill');
}
import defaults from './defaults';
import * as logging from './logger';
import AppCache from './cache';