fix: import regenerator-runtime for umd build
This commit is contained in:
parent
d12d01215e
commit
bad987a06b
@ -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