soiz1 commited on
Commit
275d076
·
verified ·
1 Parent(s): 88a16b4

Update src/playground/addon-settings.jsx

Browse files
Files changed (1) hide show
  1. src/playground/addon-settings.jsx +2 -0
src/playground/addon-settings.jsx CHANGED
@@ -13,6 +13,8 @@
13
  * You should have received a copy of the GNU General Public License
14
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
15
  */
 
 
16
 
17
  import React from 'react';
18
  import ReactDOM from 'react-dom';
 
13
  * You should have received a copy of the GNU General Public License
14
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
15
  */
16
+ import 'core-js';
17
+ import 'regenerator-runtime/runtime';
18
 
19
  import React from 'react';
20
  import ReactDOM from 'react-dom';