soiz1 commited on
Commit
f1d9687
·
verified ·
1 Parent(s): 47b0bce

Update src/playground/editor.jsx

Browse files
Files changed (1) hide show
  1. src/playground/editor.jsx +2 -0
src/playground/editor.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 './import-first';
18
 
 
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 './import-first';
20