soiz1 commited on
Commit
44a42c1
·
verified ·
1 Parent(s): f1d9687

Update src/playground/playground.jsx

Browse files
Files changed (1) hide show
  1. src/playground/playground.jsx +3 -0
src/playground/playground.jsx CHANGED
@@ -14,6 +14,9 @@
14
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
15
  */
16
 
 
 
 
17
  import './import-first';
18
 
19
  import ReactDOM from 'react-dom';
 
14
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
15
  */
16
 
17
+ import 'core-js';
18
+ import 'regenerator-runtime/runtime';
19
+
20
  import './import-first';
21
 
22
  import ReactDOM from 'react-dom';