Spaces:
Runtime error
Runtime error
Update src/playground/editor.jsx
Browse files
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 |
|