refactor: client structure + editor preview logic

This commit is contained in:
NGPixel
2018-02-24 17:35:56 -05:00
parent 37c28691ff
commit 4fa7ed4e93
19 changed files with 26 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
require('babel-polyfill')
// =======================================
// Fetch polyfill
// =======================================
// Requirement: Safari 9 and below, IE 11 and below
if (!window.fetch) {
require('whatwg-fetch')
}