Skip to content

Commit bad987a

Browse files
committed
fix: import regenerator-runtime for umd build
1 parent d12d012 commit bad987a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

platform/viewer/src/index-umd.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Entry point index.js for UMD packaging
33
*/
4+
import 'regenerator-runtime/runtime';
5+
46
import React from 'react';
57
import ReactDOM from 'react-dom';
68
import App from './App.js';

0 commit comments

Comments
 (0)