feat: insert content speeddial + mobile optimizations

This commit is contained in:
NGPixel
2018-02-17 18:17:25 -05:00
parent c6e8120912
commit c9b6d0ee36
7 changed files with 588 additions and 448 deletions

View File

@@ -1,20 +1,4 @@
// =======================================
// Promise polyfill
// =======================================
// Requirement: IE 11 and below
if (!window.Promise) {
window.Promise = require('bluebird')
}
// =======================================
// Array.from polyfill
// =======================================
// Requirement: IE 11 and below
if (!Array.from) {
require('./polyfills/array-from')
}
require('babel-polyfill')
// =======================================
// Fetch polyfill