Merge pull request #902 from dannyrb/fix/regenerator-runtime-issue-for-umd-build
fix: import regenerator-runtime for umd build
This commit is contained in:
commit
7f8f9dc073
@ -1,6 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* Entry point index.js for UMD packaging
|
* Entry point index.js for UMD packaging
|
||||||
*/
|
*/
|
||||||
|
import 'regenerator-runtime/runtime';
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import App from './App.js';
|
import App from './App.js';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user