We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12d012 commit bad987aCopy full SHA for bad987a
1 file changed
platform/viewer/src/index-umd.js
@@ -1,6 +1,8 @@
1
/**
2
* Entry point index.js for UMD packaging
3
*/
4
+import 'regenerator-runtime/runtime';
5
+
6
import React from 'react';
7
import ReactDOM from 'react-dom';
8
import App from './App.js';
0 commit comments