fix: import regenerator-runtime for umd build

This commit is contained in:
dannyrb 2019-09-09 12:25:37 -04:00
parent d12d01215e
commit bad987a06b

View File

@ -1,6 +1,8 @@
/**
* Entry point index.js for UMD packaging
*/
import 'regenerator-runtime/runtime';
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App.js';